Html Css Color HEX #649DA6 Cadet Blue

📋 copy color: '#649DA6'

red 100 ◦ green 157 ◦ blue 166

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

Shades of Cadet Blue #649DA6

Tints of Cadet Blue #649DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 23.64%
G = 37.12%
B = 39.24%

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

#649DA6 (or 0x649DA6) is known color: Cadet Blue. HEX triplet: 64, 9D and A6. RGB value is (100,157,166). Sum of RGB (Red+Green+Blue) = 100+157+166=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #649DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649DA6 is #9B6259. Grayscale: #8C8C8C. Windows color (decimal): -10183258 or 10919268. OLE color: 10919268.

HSL color Cylindrical-coordinate representation of color #649DA6: hue angle of 188.18º degrees, saturation: 0.27, 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 #649DA6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 157 166 -
CMYK 0.40 0.05 0 0.35
HSL 188.18º 0.27% 0.52% -
HSV(B) 188.18º 0.4% 0.65% -
XYZ 24.2 29.58 40.51 -
YUV 140.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 100 157 166 0.40 0.05 0 0.35 188.18 0.27 0.52
Hex 64 9D A6 28 5 0 23 BC 1B 34
Octal 144 235 246 50 5 0 43 274 33 64
Binary 1100100 10011101 10100110 101000 101 0 100011 10111100 11011 110100

Color Harmonies of #649DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DA6

Black with #649DA6

Text Example


Text Example

White with #649DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,157,166); }

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

background-color css

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

 a { background-color: rgb(100,157,166); }

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

border-color css

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

 span { border-color: rgb(100,157,166); }

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