Html Css Color HEX #6583AF Air Force Blue

📋 copy color: '#6583AF'

red 101 ◦ green 131 ◦ blue 175

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

Shades of Air Force Blue #6583AF

Tints of Air Force Blue #6583AF

RGB

 RED value IS 101 (39.84% from 255) = 24.82%

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 24.82%
G = 32.19%
B = 43%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6583AF (or 0x6583AF) is known color: Air Force Blue. HEX triplet: 65, 83 and AF. RGB value is (101,131,175). Sum of RGB (Red+Green+Blue) = 101+131+175=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #6583AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6583AF is #9A7C50. Grayscale: #7E7E7E. Windows color (decimal): -10124369 or 11502437. OLE color: 11502437.

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

Color convert

RGB 101 131 175 -
CMYK 0.42 0.25 0 0.31
HSL 215.68º 0.32% 0.54% -
HSV(B) 215.68º 0.42% 0.69% -
XYZ 21.22 22.09 43.7 -
YUV 127.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 101 131 175 0.42 0.25 0 0.31 215.68 0.32 0.54
Hex 65 83 AF 2A 19 0 1F D8 20 36
Octal 145 203 257 52 31 0 37 330 40 66
Binary 1100101 10000011 10101111 101010 11001 0 11111 11011000 100000 110110

Color Harmonies of #6583AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6583AF

Black with #6583AF

Text Example


Text Example

White with #6583AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,131,175); }

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

background-color css

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

 a { background-color: rgb(101,131,175); }

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

border-color css

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

 span { border-color: rgb(101,131,175); }

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