Html Css Color HEX #6285A4 Air Force Blue

📋 copy color: '#6285A4'

red 98 ◦ green 133 ◦ blue 164

#6285A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #6285A4

Tints of Air Force Blue #6285A4

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 value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6285A4 (or 0x6285A4) is known color: 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

RGB 98 133 164 -
CMYK 0.40 0.19 0 0.36
HSL 208.18º 0.27% 0.51% -
HSV(B) 208.18º 0.4% 0.64% -
XYZ 20.13 22.05 38.32 -
YUV 126.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 98 133 164 0.40 0.19 0 0.36 208.18 0.27 0.51
Hex 62 85 A4 28 13 0 24 D0 1B 33
Octal 142 205 244 50 23 0 44 320 33 63
Binary 1100010 10000101 10100100 101000 10011 0 100100 11010000 11011 110011

Color Harmonies of #6285A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285A4

Black with #6285A4

Text Example


Text Example

White with #6285A4

Text Example


Text Example

HTML Codes & Css Web 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>