Html Css Color HEX #6183AF Air Force Blue

📋 copy color: '#6183AF'

red 97 ◦ green 131 ◦ blue 175

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

Shades of Air Force Blue #6183AF

Tints of Air Force Blue #6183AF

RGB

 RED value IS 97 (38.28% from 255) = 24.07%

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

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

R = 24.07%
G = 32.51%
B = 43.42%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6183AF (or 0x6183AF) is known color: Air Force Blue. HEX triplet: 61, 83 and AF. RGB value is (97,131,175). Sum of RGB (Red+Green+Blue) = 97+131+175=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6183AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6183AF is #9E7C50. Grayscale: #7D7D7D. Windows color (decimal): -10386513 or 11502433. OLE color: 11502433.

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

Color convert

RGB 97 131 175 -
CMYK 0.45 0.25 0 0.31
HSL 213.85º 0.33% 0.53% -
HSV(B) 213.85º 0.45% 0.69% -
XYZ 20.78 21.87 43.68 -
YUV 125.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 97 131 175 0.45 0.25 0 0.31 213.85 0.33 0.53
Hex 61 83 AF 2D 19 0 1F D6 21 35
Octal 141 203 257 55 31 0 37 326 41 65
Binary 1100001 10000011 10101111 101101 11001 0 11111 11010110 100001 110101

Color Harmonies of #6183AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6183AF

Black with #6183AF

Text Example


Text Example

White with #6183AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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