#67949A

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

Shades of Cadet Blue #67949A

Tints of Cadet Blue #67949A

Color information

#67949A (or 0x67949A) is unknown color: approx Cadet Blue. HEX triplet: 67, 94 and 9A. RGB value is (103,148,154). Sum of RGB (Red+Green+Blue) = 103+148+154=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #67949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67949A is #986B65. Grayscale: #878787. Windows color (decimal): -9988966 or 10130535. OLE color: 10130535.

HSL color Cylindrical-coordinate representation of color #67949A: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67949A is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103148154-
CMYK0.330.0400.40
HSL187.06º20.16%50.39%-
HSV(B)187.06º33.12%60.39%-
XYZ22.0226.434.51-
YUV135.23138.59105.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.43%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=25.43%
G=36.54%
B=38.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031481540.330.0400.40187.0620.1650.39
Hex67949A214028bb1432
Octal1472242324140502732462
Binary1100111100101001001101010000110001010001011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67949A; }

 p { color: rgb(103,148,154); }

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

<style>
 a { background-color: #67949A; }

 a { background-color: rgb(103,148,154); }

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

<style>
 span { border-color: #67949A; }

 span { border-color: rgb(103,148,154); }

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