Html Css Color HEX #6C999E Cadet Blue

📋 copy color: '#6C999E'

red 108 ◦ green 153 ◦ blue 158

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

Shades of Cadet Blue #6C999E

Tints of Cadet Blue #6C999E

RGB

 RED value IS 108 (42.58% from 255) = 25.78%

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 25.78%
G = 36.52%
B = 37.71%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C999E (or 0x6C999E) is known color: Cadet Blue. HEX triplet: 6C, 99 and 9E. RGB value is (108,153,158). Sum of RGB (Red+Green+Blue) = 108+153+158=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C999E is #936661. Grayscale: #8C8C8C. Windows color (decimal): -9660002 or 10393964. OLE color: 10393964.

HSL color Cylindrical-coordinate representation of color #6C999E: hue angle of 186º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C999E is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 153 158 -
CMYK 0.32 0.03 0 0.38
HSL 186º 0.2% 0.52% -
HSV(B) 186º 0.32% 0.62% -
XYZ 23.75 28.44 36.59 -
YUV 140.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 108 153 158 0.32 0.03 0 0.38 186 0.2 0.52
Hex 6C 99 9E 20 3 0 26 BA 14 34
Octal 154 231 236 40 3 0 46 272 24 64
Binary 1101100 10011001 10011110 100000 11 0 100110 10111010 10100 110100

Color Harmonies of #6C999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C999E

Black with #6C999E

Text Example


Text Example

White with #6C999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C999E; }

 p { color: rgb(108,153,158); }

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

background-color css

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

 a { background-color: rgb(108,153,158); }

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

border-color css

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

 span { border-color: rgb(108,153,158); }

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