Html Css Color HEX #658FB0 Air Force Blue

📋 copy color: '#658FB0'

red 101 ◦ green 143 ◦ blue 176

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

Shades of Air Force Blue #658FB0

Tints of Air Force Blue #658FB0

RGB

 RED value IS 101 (39.84% from 255) = 24.05%

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 24.05%
G = 34.05%
B = 41.9%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#658FB0 (or 0x658FB0) is known color: Air Force Blue. HEX triplet: 65, 8F and B0. RGB value is (101,143,176). Sum of RGB (Red+Green+Blue) = 101+143+176=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #658FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658FB0 is #9A704F. Grayscale: #868686. Windows color (decimal): -10121296 or 11571045. OLE color: 11571045.

HSL color Cylindrical-coordinate representation of color #658FB0: hue angle of 206.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #658FB0 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 143 176 -
CMYK 0.43 0.19 0 0.31
HSL 206.4º 0.32% 0.54% -
HSV(B) 206.4º 0.43% 0.69% -
XYZ 23.03 25.55 44.79 -
YUV 134.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 101 143 176 0.43 0.19 0 0.31 206.4 0.32 0.54
Hex 65 8F B0 2B 13 0 1F CE 20 36
Octal 145 217 260 53 23 0 37 316 40 66
Binary 1100101 10001111 10110000 101011 10011 0 11111 11001110 100000 110110

Color Harmonies of #658FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FB0

Black with #658FB0

Text Example


Text Example

White with #658FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658FB0; }

 p { color: rgb(101,143,176); }

 H1.HeaderClassName
 {
   color: #658FB0;
 }
 .AnyTagClassName
 {
   color: #658FB0;
 }
</style>

background-color css

<style>
 a { background-color: #658FB0; }

 a { background-color: rgb(101,143,176); }

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

border-color css

<style>
 span { border-color: #658FB0; }

 span { border-color: rgb(101,143,176); }

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