#6B9DA5

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

Shades of Cadet Blue #6B9DA5

Tints of Cadet Blue #6B9DA5

Color information

#6B9DA5 (or 0x6B9DA5) is unknown color: approx Cadet Blue. HEX triplet: 6B, 9D and A5. RGB value is (107,157,165). Sum of RGB (Red+Green+Blue) = 107+157+165=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B9DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DA5 is #94625A. Grayscale: #8E8E8E. Windows color (decimal): -9724507 or 10853739. OLE color: 10853739.

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

Color convert

RGB107157165-
CMYK0.350.0500.35
HSL188.28º24.37%53.33%-
HSV(B)188.28º35.15%64.71%-
XYZ24.9129.9640.07-
YUV142.96140.44102.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=24.94%
G=36.60%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071571650.350.0500.35188.2824.3753.33
Hex6B9DA5235023bc1835
Octal1532352454350432743065
Binary1101011100111011010010110001110101000111011110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,157,165); }

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

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

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

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

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

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

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