Html Css Color HEX #6495CC Picton Blue

📋 copy color: '#6495CC'

red 100 ◦ green 149 ◦ blue 204

#6495CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #6495CC

Tints of Picton Blue #6495CC

RGB

 RED value IS 100 (39.45% from 255) = 22.08%

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 22.08%
G = 32.89%
B = 45.03%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6495CC (or 0x6495CC) is known color: Picton Blue. HEX triplet: 64, 95 and CC. RGB value is (100,149,204). Sum of RGB (Red+Green+Blue) = 100+149+204=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #6495CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495CC is #9B6A33. Grayscale: #8C8C8C. Windows color (decimal): -10185268 or 13407588. OLE color: 13407588.

HSL color Cylindrical-coordinate representation of color #6495CC: hue angle of 211.73º degrees, saturation: 0.5, 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 #6495CC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 149 204 -
CMYK 0.51 0.27 0 0.2
HSL 211.73º 0.5% 0.6% -
HSV(B) 211.73º 0.51% 0.8% -
XYZ 26.9 28.56 61.22 -
YUV 140.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 100 149 204 0.51 0.27 0 0.2 211.73 0.5 0.6
Hex 64 95 CC 33 1B 0 14 D4 32 3C
Octal 144 225 314 63 33 0 24 324 62 74
Binary 1100100 10010101 11001100 110011 11011 0 10100 11010100 110010 111100

Color Harmonies of #6495CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495CC

Black with #6495CC

Text Example


Text Example

White with #6495CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6495CC; }

 p { color: rgb(100,149,204); }

 H1.HeaderClassName
 {
   color: #6495CC;
 }
 .AnyTagClassName
 {
   color: #6495CC;
 }
</style>

background-color css

<style>
 a { background-color: #6495CC; }

 a { background-color: rgb(100,149,204); }

 div.DivClassName
 {
   background-color: #6495CC;
 }
 .BgClassName
 {
   background-color: #6495CC;
 }
</style>

border-color css

<style>
 span { border-color: #6495CC; }

 span { border-color: rgb(100,149,204); }

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