Html Css Color HEX #6C9699 Cadet Blue

📋 copy color: '#6C9699'

red 108 ◦ green 150 ◦ blue 153

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

Shades of Cadet Blue #6C9699

Tints of Cadet Blue #6C9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 26.28%
G = 36.5%
B = 37.23%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C9699 (or 0x6C9699) is known color: Cadet Blue. HEX triplet: 6C, 96 and 99. RGB value is (108,150,153). Sum of RGB (Red+Green+Blue) = 108+150+153=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C9699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9699 is #936966. Grayscale: #898989. Windows color (decimal): -9660775 or 10065516. OLE color: 10065516.

HSL color Cylindrical-coordinate representation of color #6C9699: hue angle of 184º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C9699 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 150 153 -
CMYK 0.29 0.02 0 0.4
HSL 184º 0.18% 0.51% -
HSV(B) 184º 0.29% 0.6% -
XYZ 22.84 27.3 34.2 -
YUV 137.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 108 150 153 0.29 0.02 0 0.4 184 0.18 0.51
Hex 6C 96 99 1D 2 0 28 B8 12 33
Octal 154 226 231 35 2 0 50 270 22 63
Binary 1101100 10010110 10011001 11101 10 0 101000 10111000 10010 110011

Color Harmonies of #6C9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9699

Black with #6C9699

Text Example


Text Example

White with #6C9699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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