Html Css Color HEX #6C999F Cadet Blue

📋 copy color: '#6C999F'

red 108 ◦ green 153 ◦ blue 159

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

Shades of Cadet Blue #6C999F

Tints of Cadet Blue #6C999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 25.71%
G = 36.43%
B = 37.86%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C999F (or 0x6C999F) is known color: Cadet Blue. HEX triplet: 6C, 99 and 9F. RGB value is (108,153,159). Sum of RGB (Red+Green+Blue) = 108+153+159=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C999F is #936660. Grayscale: #8C8C8C. Windows color (decimal): -9660001 or 10459500. OLE color: 10459500.

HSL color Cylindrical-coordinate representation of color #6C999F: hue angle of 187.06º degrees, saturation: 0.21, 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 #6C999F is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 153 159 -
CMYK 0.32 0.04 0 0.38
HSL 187.06º 0.21% 0.52% -
HSV(B) 187.06º 0.32% 0.62% -
XYZ 23.83 28.47 37.04 -
YUV 140.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 108 153 159 0.32 0.04 0 0.38 187.06 0.21 0.52
Hex 6C 99 9F 20 4 0 26 BB 15 34
Octal 154 231 237 40 4 0 46 273 25 64
Binary 1101100 10011001 10011111 100000 100 0 100110 10111011 10101 110100

Color Harmonies of #6C999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C999F

Black with #6C999F

Text Example


Text Example

White with #6C999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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