#67979A

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

Shades of Cadet Blue #67979A

Tints of Cadet Blue #67979A

Color information

#67979A (or 0x67979A) is unknown color: approx Cadet Blue. HEX triplet: 67, 97 and 9A. RGB value is (103,151,154). Sum of RGB (Red+Green+Blue) = 103+151+154=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #67979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67979A is #986865. Grayscale: #888888. Windows color (decimal): -9988198 or 10131303. OLE color: 10131303.

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

Color convert

RGB103151154-
CMYK0.330.0200.40
HSL183.53º20.16%50.39%-
HSV(B)183.53º33.12%60.39%-
XYZ22.4927.3534.67-
YUV136.99137.6103.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.25%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=25.25%
G=37.01%
B=37.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031511540.330.0200.40183.5320.1650.39
Hex67979A212028b81432
Octal1472272324120502702462
Binary110011110010111100110101000011001010001011100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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