Html Css Color HEX #669CA1 Cadet Blue

📋 copy color: '#669CA1'

red 102 ◦ green 156 ◦ blue 161

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

Shades of Cadet Blue #669CA1

Tints of Cadet Blue #669CA1

RGB

 RED value IS 102 (40.23% from 255) = 24.34%

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 24.34%
G = 37.23%
B = 38.42%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#669CA1 (or 0x669CA1) is known color: Cadet Blue. HEX triplet: 66, 9C and A1. RGB value is (102,156,161). Sum of RGB (Red+Green+Blue) = 102+156+161=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #669CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669CA1 is #99635E. Grayscale: #8C8C8C. Windows color (decimal): -10052447 or 10591334. OLE color: 10591334.

HSL color Cylindrical-coordinate representation of color #669CA1: hue angle of 185.08º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669CA1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 156 161 -
CMYK 0.37 0.03 0 0.37
HSL 185.08º 0.24% 0.52% -
HSV(B) 185.08º 0.37% 0.63% -
XYZ 23.8 29.17 38.1 -
YUV 140.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 102 156 161 0.37 0.03 0 0.37 185.08 0.24 0.52
Hex 66 9C A1 25 3 0 25 B9 18 34
Octal 146 234 241 45 3 0 45 271 30 64
Binary 1100110 10011100 10100001 100101 11 0 100101 10111001 11000 110100

Color Harmonies of #669CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CA1

Black with #669CA1

Text Example


Text Example

White with #669CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669CA1; }

 p { color: rgb(102,156,161); }

 H1.HeaderClassName
 {
   color: #669CA1;
 }
 .AnyTagClassName
 {
   color: #669CA1;
 }
</style>

background-color css

<style>
 a { background-color: #669CA1; }

 a { background-color: rgb(102,156,161); }

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

border-color css

<style>
 span { border-color: #669CA1; }

 span { border-color: rgb(102,156,161); }

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