#6C9BA5

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

Shades of Cadet Blue #6C9BA5

Tints of Cadet Blue #6C9BA5

Color information

#6C9BA5 (or 0x6C9BA5) is unknown color: approx Cadet Blue. HEX triplet: 6C, 9B and A5. RGB value is (108,155,165). Sum of RGB (Red+Green+Blue) = 108+155+165=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C9BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9BA5 is #93645A. Grayscale: #8E8E8E. Windows color (decimal): -9659483 or 10853228. OLE color: 10853228.

HSL color Cylindrical-coordinate representation of color #6C9BA5: hue angle of 190.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C9BA5 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB108155165-
CMYK0.350.0600.35
HSL190.53º24.05%53.53%-
HSV(B)190.53º34.55%64.71%-
XYZ24.729.3539.96-
YUV142.09140.93103.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.23%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=25.23%
G=36.21%
B=38.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081551650.350.0600.35190.5324.0553.53
Hex6C9BA5236023bf1836
Octal1542332454360432773066
Binary1101100100110111010010110001111001000111011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,155,165); }

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

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

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

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

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

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

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