Html Css Color HEX #6495CD Picton Blue

📋 copy color: '#6495CD'

red 100 ◦ green 149 ◦ blue 205

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

Shades of Picton Blue #6495CD

Tints of Picton Blue #6495CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 22.03%
G = 32.82%
B = 45.15%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6495CD (or 0x6495CD) is known color: Picton Blue. HEX triplet: 64, 95 and CD. RGB value is (100,149,205). Sum of RGB (Red+Green+Blue) = 100+149+205=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6495CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495CD is #9B6A32. Grayscale: #8C8C8C. Windows color (decimal): -10185267 or 13473124. OLE color: 13473124.

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

Color convert

RGB 100 149 205 -
CMYK 0.51 0.27 0 0.20
HSL 212º 0.51% 0.6% -
HSV(B) 212º 0.51% 0.8% -
XYZ 27.02 28.61 61.86 -
YUV 140.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 100 149 205 0.51 0.27 0 0.20 212 0.51 0.6
Hex 64 95 CD 33 1B 0 14 D4 33 3C
Octal 144 225 315 63 33 0 24 324 63 74
Binary 1100100 10010101 11001101 110011 11011 0 10100 11010100 110011 111100

Color Harmonies of #6495CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495CD

Black with #6495CD

Text Example


Text Example

White with #6495CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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