Html Css Color HEX #649FA7 Cadet Blue

📋 copy color: '#649FA7'

red 100 ◦ green 159 ◦ blue 167

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

Shades of Cadet Blue #649FA7

Tints of Cadet Blue #649FA7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

 BLUE value IS 167 (65.63% from 255) = 39.2%

R = 23.47%
G = 37.32%
B = 39.2%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#649FA7 (or 0x649FA7) is known color: Cadet Blue. HEX triplet: 64, 9F and A7. RGB value is (100,159,167). Sum of RGB (Red+Green+Blue) = 100+159+167=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #649FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FA7 is #9B6058. Grayscale: #8E8E8E. Windows color (decimal): -10182745 or 10985316. OLE color: 10985316.

HSL color Cylindrical-coordinate representation of color #649FA7: hue angle of 187.16º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649FA7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 159 167 -
CMYK 0.40 0.05 0 0.35
HSL 187.16º 0.28% 0.52% -
HSV(B) 187.16º 0.4% 0.65% -
XYZ 24.63 30.3 41.11 -
YUV 142.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 100 159 167 0.40 0.05 0 0.35 187.16 0.28 0.52
Hex 64 9F A7 28 5 0 23 BB 1C 34
Octal 144 237 247 50 5 0 43 273 34 64
Binary 1100100 10011111 10100111 101000 101 0 100011 10111011 11100 110100

Color Harmonies of #649FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FA7

Black with #649FA7

Text Example


Text Example

White with #649FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649FA7; }

 p { color: rgb(100,159,167); }

 H1.HeaderClassName
 {
   color: #649FA7;
 }
 .AnyTagClassName
 {
   color: #649FA7;
 }
</style>

background-color css

<style>
 a { background-color: #649FA7; }

 a { background-color: rgb(100,159,167); }

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

border-color css

<style>
 span { border-color: #649FA7; }

 span { border-color: rgb(100,159,167); }

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