#669B98

Color #669B98 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #669B98

Tints of Cadet Blue #669B98

Color information

#669B98 (or 0x669B98) is unknown color: approx Cadet Blue. HEX triplet: 66, 9B and 98. RGB value is (102,155,152). Sum of RGB (Red+Green+Blue) = 102+155+152=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #669B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B98 is #996467. Grayscale: #8A8A8A. Windows color (decimal): -10052712 or 10001254. OLE color: 10001254.

HSL color Cylindrical-coordinate representation of color #669B98: hue angle of 176.6º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B98 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB102155152-
CMYK0.3400.020.39
HSL176.6º20.95%50.39%-
HSV(B)176.6º34.19%60.78%-
XYZ22.8728.5334.01-
YUV138.81135.44101.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=24.94%
G=37.90%
B=37.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551520.3400.020.39176.620.9550.39
Hex669B98220227b11532
Octal1462332304202472612562
Binary110011010011011100110001000100101001111011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #669B98;
 }
 .AnyTagClassName
 {
   color: #669B98;
 }
</style>
background-color css

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

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

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

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

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

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