Html Css Color HEX #6388B1 Air Force Blue

📋 copy color: '#6388B1'

red 99 ◦ green 136 ◦ blue 177

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

Shades of Air Force Blue #6388B1

Tints of Air Force Blue #6388B1

RGB

 RED value IS 99 (39.06% from 255) = 24.03%

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

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

R = 24.03%
G = 33.01%
B = 42.96%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6388B1 (or 0x6388B1) is known color: Air Force Blue. HEX triplet: 63, 88 and B1. RGB value is (99,136,177). Sum of RGB (Red+Green+Blue) = 99+136+177=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #6388B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6388B1 is #9C774E. Grayscale: #818181. Windows color (decimal): -10254159 or 11634787. OLE color: 11634787.

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

Color convert

RGB 99 136 177 -
CMYK 0.44 0.23 0 0.31
HSL 211.54º 0.33% 0.54% -
HSV(B) 211.54º 0.44% 0.69% -
XYZ 21.89 23.44 44.96 -
YUV 129.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 99 136 177 0.44 0.23 0 0.31 211.54 0.33 0.54
Hex 63 88 B1 2C 17 0 1F D4 21 36
Octal 143 210 261 54 27 0 37 324 41 66
Binary 1100011 10001000 10110001 101100 10111 0 11111 11010100 100001 110110

Color Harmonies of #6388B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388B1

Black with #6388B1

Text Example


Text Example

White with #6388B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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