#67969C

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

Shades of Cadet Blue #67969C

Tints of Cadet Blue #67969C

Color information

#67969C (or 0x67969C) is unknown color: approx Cadet Blue. HEX triplet: 67, 96 and 9C. RGB value is (103,150,156). Sum of RGB (Red+Green+Blue) = 103+150+156=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #67969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67969C is #986963. Grayscale: #888888. Windows color (decimal): -9988452 or 10262119. OLE color: 10262119.

HSL color Cylindrical-coordinate representation of color #67969C: hue angle of 186.79º 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 #67969C is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103150156-
CMYK0.340.0400.39
HSL186.79º21.12%50.78%-
HSV(B)186.79º33.97%61.18%-
XYZ22.527.135.5-
YUV136.63138.93104.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.18%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=25.18%
G=36.67%
B=38.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031501560.340.0400.39186.7921.1250.78
Hex67969C224027bb1533
Octal1472262344240472732563
Binary1100111100101101001110010001010001001111011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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