Html Css Color HEX #6C9A9D Cadet Blue

📋 copy color: '#6C9A9D'

red 108 ◦ green 154 ◦ blue 157

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

Shades of Cadet Blue #6C9A9D

Tints of Cadet Blue #6C9A9D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

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

R = 25.78%
G = 36.75%
B = 37.47%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C9A9D (or 0x6C9A9D) is known color: Cadet Blue. HEX triplet: 6C, 9A and 9D. RGB value is (108,154,157). Sum of RGB (Red+Green+Blue) = 108+154+157=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 154 (60.55% from 255 or 36.75% 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 #6C9A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9A9D is #936562. Grayscale: #8C8C8C. Windows color (decimal): -9659747 or 10328684. OLE color: 10328684.

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

Color convert

RGB 108 154 157 -
CMYK 0.31 0.02 0 0.38
HSL 183.67º 0.2% 0.52% -
HSV(B) 183.67º 0.31% 0.62% -
XYZ 23.83 28.73 36.19 -
YUV 140.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 108 154 157 0.31 0.02 0 0.38 183.67 0.2 0.52
Hex 6C 9A 9D 1F 2 0 26 B8 14 34
Octal 154 232 235 37 2 0 46 270 24 64
Binary 1101100 10011010 10011101 11111 10 0 100110 10111000 10100 110100

Color Harmonies of #6C9A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9A9D

Black with #6C9A9D

Text Example


Text Example

White with #6C9A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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