Html Css Color HEX #6195AA Air Force Blue

📋 copy color: '#6195AA'

red 97 ◦ green 149 ◦ blue 170

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

Shades of Air Force Blue #6195AA

Tints of Air Force Blue #6195AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 23.32%
G = 35.82%
B = 40.87%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6195AA (or 0x6195AA) is known color: Air Force Blue. HEX triplet: 61, 95 and AA. RGB value is (97,149,170). Sum of RGB (Red+Green+Blue) = 97+149+170=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6195AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AA is #9E6A55. Grayscale: #878787. Windows color (decimal): -10381910 or 11179361. OLE color: 11179361.

HSL color Cylindrical-coordinate representation of color #6195AA: hue angle of 197.26º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6195AA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 149 170 -
CMYK 0.43 0.12 0 0.33
HSL 197.26º 0.3% 0.52% -
HSV(B) 197.26º 0.43% 0.67% -
XYZ 22.93 26.94 42.02 -
YUV 135.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 97 149 170 0.43 0.12 0 0.33 197.26 0.3 0.52
Hex 61 95 AA 2B C 0 21 C5 1E 34
Octal 141 225 252 53 14 0 41 305 36 64
Binary 1100001 10010101 10101010 101011 1100 0 100001 11000101 11110 110100

Color Harmonies of #6195AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195AA

Black with #6195AA

Text Example


Text Example

White with #6195AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6195AA; }

 p { color: rgb(97,149,170); }

 H1.HeaderClassName
 {
   color: #6195AA;
 }
 .AnyTagClassName
 {
   color: #6195AA;
 }
</style>

background-color css

<style>
 a { background-color: #6195AA; }

 a { background-color: rgb(97,149,170); }

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

border-color css

<style>
 span { border-color: #6195AA; }

 span { border-color: rgb(97,149,170); }

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