Html Css Color HEX #6289AF Air Force Blue

📋 copy color: '#6289AF'

red 98 ◦ green 137 ◦ blue 175

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

Shades of Air Force Blue #6289AF

Tints of Air Force Blue #6289AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 23.9%
G = 33.41%
B = 42.68%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6289AF (or 0x6289AF) is known color: Air Force Blue. HEX triplet: 62, 89 and AF. RGB value is (98,137,175). Sum of RGB (Red+Green+Blue) = 98+137+175=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #6289AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6289AF is #9D7650. Grayscale: #818181. Windows color (decimal): -10319441 or 11503970. OLE color: 11503970.

HSL color Cylindrical-coordinate representation of color #6289AF: hue angle of 209.61º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6289AF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 137 175 -
CMYK 0.44 0.22 0 0.31
HSL 209.61º 0.32% 0.54% -
HSV(B) 209.61º 0.44% 0.69% -
XYZ 21.72 23.58 43.96 -
YUV 129.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 98 137 175 0.44 0.22 0 0.31 209.61 0.32 0.54
Hex 62 89 AF 2C 16 0 1F D2 20 36
Octal 142 211 257 54 26 0 37 322 40 66
Binary 1100010 10001001 10101111 101100 10110 0 11111 11010010 100000 110110

Color Harmonies of #6289AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6289AF

Black with #6289AF

Text Example


Text Example

White with #6289AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6289AF; }

 p { color: rgb(98,137,175); }

 H1.HeaderClassName
 {
   color: #6289AF;
 }
 .AnyTagClassName
 {
   color: #6289AF;
 }
</style>

background-color css

<style>
 a { background-color: #6289AF; }

 a { background-color: rgb(98,137,175); }

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

border-color css

<style>
 span { border-color: #6289AF; }

 span { border-color: rgb(98,137,175); }

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