Html Css Color HEX #6582AB Air Force Blue

📋 copy color: '#6582AB'

red 101 ◦ green 130 ◦ blue 171

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

Shades of Air Force Blue #6582AB

Tints of Air Force Blue #6582AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

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

R = 25.12%
G = 32.34%
B = 42.54%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6582AB (or 0x6582AB) is known color: Air Force Blue. HEX triplet: 65, 82 and AB. RGB value is (101,130,171). Sum of RGB (Red+Green+Blue) = 101+130+171=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6582AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6582AB is #9A7D54. Grayscale: #7D7D7D. Windows color (decimal): -10124629 or 11240037. OLE color: 11240037.

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

Color convert

RGB 101 130 171 -
CMYK 0.41 0.24 0 0.33
HSL 215.14º 0.29% 0.53% -
HSV(B) 215.14º 0.41% 0.67% -
XYZ 20.7 21.67 41.62 -
YUV 126 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 101 130 171 0.41 0.24 0 0.33 215.14 0.29 0.53
Hex 65 82 AB 29 18 0 21 D7 1D 35
Octal 145 202 253 51 30 0 41 327 35 65
Binary 1100101 10000010 10101011 101001 11000 0 100001 11010111 11101 110101

Color Harmonies of #6582AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582AB

Black with #6582AB

Text Example


Text Example

White with #6582AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,130,171); }

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

background-color css

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

 a { background-color: rgb(101,130,171); }

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

border-color css

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

 span { border-color: rgb(101,130,171); }

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