#6395CD

Color #6395CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6395CD

Tints of Picton Blue #6395CD

Color information

#6395CD (or 0x6395CD) is unknown color: approx Picton Blue. HEX triplet: 63, 95 and CD. RGB value is (99,149,205). Sum of RGB (Red+Green+Blue) = 99+149+205=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6395CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395CD is #9C6A32. Grayscale: #8C8C8C. Windows color (decimal): -10250803 or 13473123. OLE color: 13473123.

HSL color Cylindrical-coordinate representation of color #6395CD: hue angle of 211.7º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6395CD is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99149205-
CMYK0.520.2700.20
HSL211.7º51.46%59.61%-
HSV(B)211.7º51.71%80.39%-
XYZ26.9128.5661.85-
YUV140.43164.4498.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=21.85%
G=32.89%
B=45.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991492050.520.2700.20211.751.4659.61
Hex6395CD341B014d4333c
Octal14322531564330243246374
Binary110001110010101110011011101001101101010011010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6395CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6395CD; }

 p { color: rgb(99,149,205); }

 H1.HeaderClassName
 {
   color: #6395CD;
 }
 .AnyTagClassName
 {
   color: #6395CD;
 }
</style>
background-color css

<style>
 a { background-color: #6395CD; }

 a { background-color: rgb(99,149,205); }

 div.DivClassName
 {
   background-color: #6395CD;
 }
 .BgClassName
 {
   background-color: #6395CD;
 }
</style>
border-color css

<style>
 span { border-color: #6395CD; }

 span { border-color: rgb(99,149,205); }

 td.TdClassName
 {
   border-color: #6395CD;
 }
 .TagClassName
 {
   border-color: #6395CD;
 }
</style>