Html Css Color HEX #669395 Cadet Blue

📋 copy color: '#669395'

red 102 ◦ green 147 ◦ blue 149

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

Shades of Cadet Blue #669395

Tints of Cadet Blue #669395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 25.63%
G = 36.93%
B = 37.44%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#669395 (or 0x669395) is known color: Cadet Blue. HEX triplet: 66, 93 and 95. RGB value is (102,147,149). Sum of RGB (Red+Green+Blue) = 102+147+149=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #669395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669395 is #996C6A. Grayscale: #858585. Windows color (decimal): -10054763 or 9802598. OLE color: 9802598.

HSL color Cylindrical-coordinate representation of color #669395: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669395 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 149 -
CMYK 0.32 0.01 0 0.42
HSL 182.55º 0.19% 0.49% -
HSV(B) 182.55º 0.32% 0.58% -
XYZ 21.34 25.86 32.3 -
YUV 133.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 102 147 149 0.32 0.01 0 0.42 182.55 0.19 0.49
Hex 66 93 95 20 1 0 2A B7 13 31
Octal 146 223 225 40 1 0 52 267 23 61
Binary 1100110 10010011 10010101 100000 1 0 101010 10110111 10011 110001

Color Harmonies of #669395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669395

Black with #669395

Text Example


Text Example

White with #669395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669395; }

 p { color: rgb(102,147,149); }

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

background-color css

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

 a { background-color: rgb(102,147,149); }

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

border-color css

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

 span { border-color: rgb(102,147,149); }

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