Html Css Color HEX #6C969F Cadet Blue

📋 copy color: '#6C969F'

red 108 ◦ green 150 ◦ blue 159

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

Shades of Cadet Blue #6C969F

Tints of Cadet Blue #6C969F

RGB

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

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

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

R = 25.9%
G = 35.97%
B = 38.13%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C969F (or 0x6C969F) is known color: Cadet Blue. HEX triplet: 6C, 96 and 9F. RGB value is (108,150,159). Sum of RGB (Red+Green+Blue) = 108+150+159=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C969F is #936960. Grayscale: #8A8A8A. Windows color (decimal): -9660769 or 10458732. OLE color: 10458732.

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

Color convert

RGB 108 150 159 -
CMYK 0.32 0.06 0 0.38
HSL 190.59º 0.21% 0.52% -
HSV(B) 190.59º 0.32% 0.62% -
XYZ 23.35 27.5 36.88 -
YUV 138.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 108 150 159 0.32 0.06 0 0.38 190.59 0.21 0.52
Hex 6C 96 9F 20 6 0 26 BF 15 34
Octal 154 226 237 40 6 0 46 277 25 64
Binary 1101100 10010110 10011111 100000 110 0 100110 10111111 10101 110100

Color Harmonies of #6C969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C969F

Black with #6C969F

Text Example


Text Example

White with #6C969F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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