#67969E

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

Shades of Cadet Blue #67969E

Tints of Cadet Blue #67969E

Color information

#67969E (or 0x67969E) is unknown color: approx Cadet Blue. HEX triplet: 67, 96 and 9E. RGB value is (103,150,158). Sum of RGB (Red+Green+Blue) = 103+150+158=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #67969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67969E is #986961. Grayscale: #888888. Windows color (decimal): -9988450 or 10393191. OLE color: 10393191.

HSL color Cylindrical-coordinate representation of color #67969E: hue angle of 188.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67969E is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103150158-
CMYK0.350.0500.38
HSL188.73º22.09%51.18%-
HSV(B)188.73º34.81%61.96%-
XYZ22.6727.1636.4-
YUV136.86139.93103.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.06%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=25.06%
G=36.50%
B=38.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031501580.350.0500.38188.7322.0951.18
Hex67969E235026bd1633
Octal1472262364350462752663
Binary1100111100101101001111010001110101001101011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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