#6998A4

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

Shades of Cadet Blue #6998A4

Tints of Cadet Blue #6998A4

Color information

#6998A4 (or 0x6998A4) is unknown color: approx Cadet Blue. HEX triplet: 69, 98 and A4. RGB value is (105,152,164). Sum of RGB (Red+Green+Blue) = 105+152+164=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #6998A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6998A4 is #96675B. Grayscale: #8B8B8B. Windows color (decimal): -9856860 or 10786921. OLE color: 10786921.

HSL color Cylindrical-coordinate representation of color #6998A4: hue angle of 192.2º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6998A4 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105152164-
CMYK0.360.0700.36
HSL192.2º24.48%52.75%-
HSV(B)192.2º35.98%64.31%-
XYZ23.7528.1439.3-
YUV139.32141.93103.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=24.94%
G=36.10%
B=38.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051521640.360.0700.36192.224.4852.75
Hex6998A4247024c01835
Octal1512302444470443003065
Binary1101001100110001010010010010011101001001100000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6998A4; }

 p { color: rgb(105,152,164); }

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

<style>
 a { background-color: #6998A4; }

 a { background-color: rgb(105,152,164); }

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

<style>
 span { border-color: #6998A4; }

 span { border-color: rgb(105,152,164); }

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