#6394CE

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

Shades of Picton Blue #6394CE

Tints of Picton Blue #6394CE

Color information

#6394CE (or 0x6394CE) is unknown color: approx Picton Blue. HEX triplet: 63, 94 and CE. RGB value is (99,148,206). Sum of RGB (Red+Green+Blue) = 99+148+206=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #6394CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394CE is #9C6B31. Grayscale: #8B8B8B. Windows color (decimal): -10251058 or 13538403. OLE color: 13538403.

HSL color Cylindrical-coordinate representation of color #6394CE: hue angle of 212.52º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6394CE is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99148206-
CMYK0.520.2800.19
HSL212.52º52.2%59.8%-
HSV(B)212.52º51.94%80.78%-
XYZ26.8828.2962.44-
YUV139.96165.2798.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=21.85%
G=32.67%
B=45.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991482060.520.2800.19212.5252.259.8
Hex6394CE341C013d5343c
Octal14322431664340233256474
Binary110001110010100110011101101001110001001111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6394CE; }

 p { color: rgb(99,148,206); }

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

<style>
 a { background-color: #6394CE; }

 a { background-color: rgb(99,148,206); }

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

<style>
 span { border-color: #6394CE; }

 span { border-color: rgb(99,148,206); }

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