Html Css Color HEX #66989E Cadet Blue

📋 copy color: '#66989E'

red 102 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #66989E

Tints of Cadet Blue #66989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 24.76%
G = 36.89%
B = 38.35%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66989E (or 0x66989E) is known color: Cadet Blue. HEX triplet: 66, 98 and 9E. RGB value is (102,152,158). Sum of RGB (Red+Green+Blue) = 102+152+158=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #66989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66989E is #996761. Grayscale: #898989. Windows color (decimal): -10053474 or 10393702. OLE color: 10393702.

HSL color Cylindrical-coordinate representation of color #66989E: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66989E is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 152 158 -
CMYK 0.35 0.04 0 0.38
HSL 186.43º 0.22% 0.51% -
HSV(B) 186.43º 0.35% 0.62% -
XYZ 22.88 27.75 36.5 -
YUV 137.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 102 152 158 0.35 0.04 0 0.38 186.43 0.22 0.51
Hex 66 98 9E 23 4 0 26 BA 16 33
Octal 146 230 236 43 4 0 46 272 26 63
Binary 1100110 10011000 10011110 100011 100 0 100110 10111010 10110 110011

Color Harmonies of #66989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66989E

Black with #66989E

Text Example


Text Example

White with #66989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66989E; }

 p { color: rgb(102,152,158); }

 H1.HeaderClassName
 {
   color: #66989E;
 }
 .AnyTagClassName
 {
   color: #66989E;
 }
</style>

background-color css

<style>
 a { background-color: #66989E; }

 a { background-color: rgb(102,152,158); }

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

border-color css

<style>
 span { border-color: #66989E; }

 span { border-color: rgb(102,152,158); }

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