Html Css Color HEX #6288AB Air Force Blue

📋 copy color: '#6288AB'

red 98 ◦ green 136 ◦ blue 171

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

Shades of Air Force Blue #6288AB

Tints of Air Force Blue #6288AB

RGB

 RED value IS 98 (38.67% from 255) = 24.2%

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 24.2%
G = 33.58%
B = 42.22%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6288AB (or 0x6288AB) is known color: Air Force Blue. HEX triplet: 62, 88 and AB. RGB value is (98,136,171). Sum of RGB (Red+Green+Blue) = 98+136+171=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6288AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6288AB is #9D7754. Grayscale: #808080. Windows color (decimal): -10319701 or 11241570. OLE color: 11241570.

HSL color Cylindrical-coordinate representation of color #6288AB: hue angle of 208.77º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6288AB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 136 171 -
CMYK 0.43 0.20 0 0.33
HSL 208.77º 0.3% 0.53% -
HSV(B) 208.77º 0.43% 0.67% -
XYZ 21.19 23.15 41.88 -
YUV 128.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 98 136 171 0.43 0.20 0 0.33 208.77 0.3 0.53
Hex 62 88 AB 2B 14 0 21 D1 1E 35
Octal 142 210 253 53 24 0 41 321 36 65
Binary 1100010 10001000 10101011 101011 10100 0 100001 11010001 11110 110101

Color Harmonies of #6288AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6288AB

Black with #6288AB

Text Example


Text Example

White with #6288AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6288AB; }

 p { color: rgb(98,136,171); }

 H1.HeaderClassName
 {
   color: #6288AB;
 }
 .AnyTagClassName
 {
   color: #6288AB;
 }
</style>

background-color css

<style>
 a { background-color: #6288AB; }

 a { background-color: rgb(98,136,171); }

 div.DivClassName
 {
   background-color: #6288AB;
 }
 .BgClassName
 {
   background-color: #6288AB;
 }
</style>

border-color css

<style>
 span { border-color: #6288AB; }

 span { border-color: rgb(98,136,171); }

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