Html Css Color HEX #6C999D Cadet Blue

📋 copy color: '#6C999D'

red 108 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #6C999D

Tints of Cadet Blue #6C999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 25.84%
G = 36.6%
B = 37.56%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C999D (or 0x6C999D) is known color: Cadet Blue. HEX triplet: 6C, 99 and 9D. RGB value is (108,153,157). Sum of RGB (Red+Green+Blue) = 108+153+157=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C999D is #936662. Grayscale: #8B8B8B. Windows color (decimal): -9660003 or 10328428. OLE color: 10328428.

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

Color convert

RGB 108 153 157 -
CMYK 0.31 0.03 0 0.38
HSL 184.9º 0.2% 0.52% -
HSV(B) 184.9º 0.31% 0.62% -
XYZ 23.66 28.4 36.13 -
YUV 140 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 108 153 157 0.31 0.03 0 0.38 184.9 0.2 0.52
Hex 6C 99 9D 1F 3 0 26 B9 14 34
Octal 154 231 235 37 3 0 46 271 24 64
Binary 1101100 10011001 10011101 11111 11 0 100110 10111001 10100 110100

Color Harmonies of #6C999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C999D

Black with #6C999D

Text Example


Text Example

White with #6C999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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