Html Css Color HEX #669BA4 Cadet Blue

📋 copy color: '#669BA4'

red 102 ◦ green 155 ◦ blue 164

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

Shades of Cadet Blue #669BA4

Tints of Cadet Blue #669BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 24.23%
G = 36.82%
B = 38.95%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#669BA4 (or 0x669BA4) is known color: Cadet Blue. HEX triplet: 66, 9B and A4. RGB value is (102,155,164). Sum of RGB (Red+Green+Blue) = 102+155+164=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #669BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669BA4 is #99645B. Grayscale: #8C8C8C. Windows color (decimal): -10052700 or 10787686. OLE color: 10787686.

HSL color Cylindrical-coordinate representation of color #669BA4: hue angle of 188.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669BA4 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 155 164 -
CMYK 0.38 0.05 0 0.36
HSL 188.71º 0.25% 0.52% -
HSV(B) 188.71º 0.38% 0.64% -
XYZ 23.9 28.95 39.45 -
YUV 140.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 102 155 164 0.38 0.05 0 0.36 188.71 0.25 0.52
Hex 66 9B A4 26 5 0 24 BD 19 34
Octal 146 233 244 46 5 0 44 275 31 64
Binary 1100110 10011011 10100100 100110 101 0 100100 10111101 11001 110100

Color Harmonies of #669BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BA4

Black with #669BA4

Text Example


Text Example

White with #669BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,164); }

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

background-color css

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

 a { background-color: rgb(102,155,164); }

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

border-color css

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

 span { border-color: rgb(102,155,164); }

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