#67999A

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

Shades of Cadet Blue #67999A

Tints of Cadet Blue #67999A

Color information

#67999A (or 0x67999A) is unknown color: approx Cadet Blue. HEX triplet: 67, 99 and 9A. RGB value is (103,153,154). Sum of RGB (Red+Green+Blue) = 103+153+154=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #67999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67999A is #986665. Grayscale: #8A8A8A. Windows color (decimal): -9987686 or 10131815. OLE color: 10131815.

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

Color convert

RGB103153154-
CMYK0.330.0100.40
HSL181.18º20.16%50.39%-
HSV(B)181.18º33.12%60.39%-
XYZ22.822834.77-
YUV138.16136.94102.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=25.12%
G=37.32%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031531540.330.0100.40181.1820.1650.39
Hex67999A211028b51432
Octal1472312324110502652462
Binary11001111001100110011010100001101010001011010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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