#67969A

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

Shades of Cadet Blue #67969A

Tints of Cadet Blue #67969A

Color information

#67969A (or 0x67969A) is unknown color: approx Cadet Blue. HEX triplet: 67, 96 and 9A. RGB value is (103,150,154). Sum of RGB (Red+Green+Blue) = 103+150+154=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #67969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67969A is #986965. Grayscale: #888888. Windows color (decimal): -9988454 or 10131047. OLE color: 10131047.

HSL color Cylindrical-coordinate representation of color #67969A: hue angle of 184.71º 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 #67969A is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103150154-
CMYK0.330.0300.40
HSL184.71º20.16%50.39%-
HSV(B)184.71º33.12%60.39%-
XYZ22.3327.0334.61-
YUV136.4137.93104.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=25.31%
G=36.86%
B=37.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031501540.330.0300.40184.7120.1650.39
Hex67969A213028b91432
Octal1472262324130502712462
Binary110011110010110100110101000011101010001011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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