#6B989B

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

Shades of Cadet Blue #6B989B

Tints of Cadet Blue #6B989B

Color information

#6B989B (or 0x6B989B) is unknown color: approx Cadet Blue. HEX triplet: 6B, 98 and 9B. RGB value is (107,152,155). Sum of RGB (Red+Green+Blue) = 107+152+155=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B989B is #946764. Grayscale: #8A8A8A. Windows color (decimal): -9725797 or 10197099. OLE color: 10197099.

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

Color convert

RGB107152155-
CMYK0.310.0200.39
HSL183.75º19.35%51.37%-
HSV(B)183.75º30.97%60.78%-
XYZ23.2127.9535.18-
YUV138.89137.09105.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=25.85%
G=36.71%
B=37.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071521550.310.0200.39183.7519.3551.37
Hex6B989B1F2027b81333
Octal1532302333720472702363
Binary11010111001100010011011111111001001111011100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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