Html Css Color HEX #6190B0 Air Force Blue

📋 copy color: '#6190B0'

red 97 ◦ green 144 ◦ blue 176

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

Shades of Air Force Blue #6190B0

Tints of Air Force Blue #6190B0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 23.26%
G = 34.53%
B = 42.21%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6190B0 (or 0x6190B0) is known color: Air Force Blue. HEX triplet: 61, 90 and B0. RGB value is (97,144,176). Sum of RGB (Red+Green+Blue) = 97+144+176=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #6190B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6190B0 is #9E6F4F. Grayscale: #858585. Windows color (decimal): -10383184 or 11571297. OLE color: 11571297.

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

Color convert

RGB 97 144 176 -
CMYK 0.45 0.18 0 0.31
HSL 204.3º 0.33% 0.54% -
HSV(B) 204.3º 0.45% 0.69% -
XYZ 22.74 25.62 44.82 -
YUV 133.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 97 144 176 0.45 0.18 0 0.31 204.3 0.33 0.54
Hex 61 90 B0 2D 12 0 1F CC 21 36
Octal 141 220 260 55 22 0 37 314 41 66
Binary 1100001 10010000 10110000 101101 10010 0 11111 11001100 100001 110110

Color Harmonies of #6190B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190B0

Black with #6190B0

Text Example


Text Example

White with #6190B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6190B0; }

 p { color: rgb(97,144,176); }

 H1.HeaderClassName
 {
   color: #6190B0;
 }
 .AnyTagClassName
 {
   color: #6190B0;
 }
</style>

background-color css

<style>
 a { background-color: #6190B0; }

 a { background-color: rgb(97,144,176); }

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

border-color css

<style>
 span { border-color: #6190B0; }

 span { border-color: rgb(97,144,176); }

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