Html Css Color HEX #6188B1 Air Force Blue

📋 copy color: '#6188B1'

red 97 ◦ green 136 ◦ blue 177

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

Shades of Air Force Blue #6188B1

Tints of Air Force Blue #6188B1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 23.66%
G = 33.17%
B = 43.17%

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

#6188B1 (or 0x6188B1) is known color: Air Force Blue. HEX triplet: 61, 88 and B1. RGB value is (97,136,177). Sum of RGB (Red+Green+Blue) = 97+136+177=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #6188B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6188B1 is #9E774E. Grayscale: #808080. Windows color (decimal): -10385231 or 11634785. OLE color: 11634785.

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

Color convert

RGB 97 136 177 -
CMYK 0.45 0.23 0 0.31
HSL 210.75º 0.34% 0.54% -
HSV(B) 210.75º 0.45% 0.69% -
XYZ 21.67 23.32 44.95 -
YUV 129.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 97 136 177 0.45 0.23 0 0.31 210.75 0.34 0.54
Hex 61 88 B1 2D 17 0 1F D3 22 36
Octal 141 210 261 55 27 0 37 323 42 66
Binary 1100001 10001000 10110001 101101 10111 0 11111 11010011 100010 110110

Color Harmonies of #6188B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6188B1

Black with #6188B1

Text Example


Text Example

White with #6188B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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