Html Css Color HEX #6D999D Cadet Blue

📋 copy color: '#6D999D'

red 109 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #6D999D

Tints of Cadet Blue #6D999D

RGB

 RED value IS 109 (42.97% from 255) = 26.01%

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

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

R = 26.01%
G = 36.52%
B = 37.47%

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

#6D999D (or 0x6D999D) is known color: Cadet Blue. HEX triplet: 6D, 99 and 9D. RGB value is (109,153,157). Sum of RGB (Red+Green+Blue) = 109+153+157=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D999D is #926662. Grayscale: #8C8C8C. Windows color (decimal): -9594467 or 10328429. OLE color: 10328429.

HSL color Cylindrical-coordinate representation of color #6D999D: hue angle of 185º 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 #6D999D is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 153 157 -
CMYK 0.31 0.03 0 0.38
HSL 185º 0.2% 0.52% -
HSV(B) 185º 0.31% 0.62% -
XYZ 23.78 28.47 36.14 -
YUV 140.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 109 153 157 0.31 0.03 0 0.38 185 0.2 0.52
Hex 6D 99 9D 1F 3 0 26 B9 14 34
Octal 155 231 235 37 3 0 46 271 24 64
Binary 1101101 10011001 10011101 11111 11 0 100110 10111001 10100 110100

Color Harmonies of #6D999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D999D

Black with #6D999D

Text Example


Text Example

White with #6D999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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