#67949C

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

Shades of Cadet Blue #67949C

Tints of Cadet Blue #67949C

Color information

#67949C (or 0x67949C) is unknown color: approx Cadet Blue. HEX triplet: 67, 94 and 9C. RGB value is (103,148,156). Sum of RGB (Red+Green+Blue) = 103+148+156=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #67949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67949C is #986B63. Grayscale: #878787. Windows color (decimal): -9988964 or 10261607. OLE color: 10261607.

HSL color Cylindrical-coordinate representation of color #67949C: hue angle of 189.06º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67949C is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103148156-
CMYK0.340.0500.39
HSL189.06º21.12%50.78%-
HSV(B)189.06º33.97%61.18%-
XYZ22.1826.4635.39-
YUV135.46139.59104.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=25.31%
G=36.36%
B=38.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031481560.340.0500.39189.0621.1250.78
Hex67949C225027bd1533
Octal1472242344250472752563
Binary1100111100101001001110010001010101001111011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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