#6285A4

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

Shades of Air Force Blue #6285A4

Tints of Air Force Blue #6285A4

Color information

#6285A4 (or 0x6285A4) is unknown color: approx Air Force Blue. HEX triplet: 62, 85 and A4. RGB value is (98,133,164). Sum of RGB (Red+Green+Blue) = 98+133+164=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #6285A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6285A4 is #9D7A5B. Grayscale: #7D7D7D. Windows color (decimal): -10320476 or 10782050. OLE color: 10782050.

HSL color Cylindrical-coordinate representation of color #6285A4: hue angle of 208.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6285A4 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98133164-
CMYK0.400.1900.36
HSL208.18º26.61%51.37%-
HSV(B)208.18º40.24%64.31%-
XYZ20.1322.0538.32-
YUV126.07149.4107.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=24.81%
G=33.67%
B=41.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981331640.400.1900.36208.1826.6151.37
Hex6285A42813024d01b33
Octal14220524450230443203363
Binary110001010000101101001001010001001101001001101000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6285A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,133,164); }

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

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

 a { background-color: rgb(98,133,164); }

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

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

 span { border-color: rgb(98,133,164); }

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