#6b9b9b

Color #6B9B9B Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6B9B9B

Tints of Cadet Blue #6B9B9B

Color information

#6B9B9B (or 0x6B9B9B) is unknown color: approx Cadet Blue. HEX triplet: 6B, 9B and 9B. RGB value is (107,155,155). Sum of RGB (Red+Green+Blue) = 107+155+155=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #6B9B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B9B is #946464. Grayscale: #8C8C8C. Windows color (decimal): -9725029 or 10197867. OLE color: 10197867.

HSL color Cylindrical-coordinate representation of color #6B9B9B: hue angle of 180º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B9B is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB107155155-
CMYK0.31000.39
HSL180º19.35%51.37%-
HSV(B)180º30.97%60.78%-
XYZ23.728.9435.35-
YUV140.65136.1104-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=25.66%
G=37.17%
B=37.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551550.31000.3918019.3551.37
Hex6B9B9B1F0027b41333
Octal1532332333700472642363
Binary1101011100110111001101111111001001111011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b9b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,155); }

 H1.HeaderClassName
 {
   color: #6b9b9b;
 }
 .AnyTagClassName
 {
   color: #6b9b9b;
 }
</style>
background-color css

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

 a { background-color: rgb(107,155,155); }

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

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

 span { border-color: rgb(107,155,155); }

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