Html Css Color HEX #6189B1 Air Force Blue

📋 copy color: '#6189B1'

red 97 ◦ green 137 ◦ blue 177

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

Shades of Air Force Blue #6189B1

Tints of Air Force Blue #6189B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 23.6%
G = 33.33%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6189B1 (or 0x6189B1) is known color: Air Force Blue. HEX triplet: 61, 89 and B1. RGB value is (97,137,177). Sum of RGB (Red+Green+Blue) = 97+137+177=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #6189B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6189B1 is #9E764E. Grayscale: #818181. Windows color (decimal): -10384975 or 11635041. OLE color: 11635041.

HSL color Cylindrical-coordinate representation of color #6189B1: hue angle of 210º degrees, saturation: 0.34, 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 #6189B1 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 137 177 -
CMYK 0.45 0.23 0 0.31
HSL 210º 0.34% 0.54% -
HSV(B) 210º 0.45% 0.69% -
XYZ 21.81 23.61 45 -
YUV 129.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 97 137 177 0.45 0.23 0 0.31 210 0.34 0.54
Hex 61 89 B1 2D 17 0 1F D2 22 36
Octal 141 211 261 55 27 0 37 322 42 66
Binary 1100001 10001001 10110001 101101 10111 0 11111 11010010 100010 110110

Color Harmonies of #6189B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6189B1

Black with #6189B1

Text Example


Text Example

White with #6189B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6189B1; }

 p { color: rgb(97,137,177); }

 H1.HeaderClassName
 {
   color: #6189B1;
 }
 .AnyTagClassName
 {
   color: #6189B1;
 }
</style>

background-color css

<style>
 a { background-color: #6189B1; }

 a { background-color: rgb(97,137,177); }

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

border-color css

<style>
 span { border-color: #6189B1; }

 span { border-color: rgb(97,137,177); }

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