#6494CD

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

Shades of Picton Blue #6494CD

Tints of Picton Blue #6494CD

Color information

#6494CD (or 0x6494CD) is unknown color: approx Picton Blue. HEX triplet: 64, 94 and CD. RGB value is (100,148,205). Sum of RGB (Red+Green+Blue) = 100+148+205=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 148 (58.20% from 255 or 32.67% 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 #6494CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CD is #9B6B32. Grayscale: #8B8B8B. Windows color (decimal): -10185523 or 13472868. OLE color: 13472868.

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

Color convert

RGB100148205-
CMYK0.510.2800.20
HSL212.57º51.22%59.8%-
HSV(B)212.57º51.22%80.39%-
XYZ26.8628.361.8-
YUV140.15164.699.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=22.08%
G=32.67%
B=45.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001482050.510.2800.20212.5751.2259.8
Hex6494CD331C014d5333c
Octal14422431563340243256374
Binary110010010010100110011011100111110001010011010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,148,205); }

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

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

 a { background-color: rgb(100,148,205); }

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

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

 span { border-color: rgb(100,148,205); }

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