Html Css Color HEX #668DB3 Air Force Blue

📋 copy color: '#668DB3'

red 102 ◦ green 141 ◦ blue 179

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

Shades of Air Force Blue #668DB3

Tints of Air Force Blue #668DB3

RGB

 RED value IS 102 (40.23% from 255) = 24.17%

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 24.17%
G = 33.41%
B = 42.42%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#668DB3 (or 0x668DB3) is known color: Air Force Blue. HEX triplet: 66, 8D and B3. RGB value is (102,141,179). Sum of RGB (Red+Green+Blue) = 102+141+179=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #668DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DB3 is #99724C. Grayscale: #858585. Windows color (decimal): -10056269 or 11767142. OLE color: 11767142.

HSL color Cylindrical-coordinate representation of color #668DB3: hue angle of 209.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668DB3 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 141 179 -
CMYK 0.43 0.21 0 0.30
HSL 209.61º 0.34% 0.55% -
HSV(B) 209.61º 0.43% 0.7% -
XYZ 23.14 25.13 46.28 -
YUV 133.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 102 141 179 0.43 0.21 0 0.30 209.61 0.34 0.55
Hex 66 8D B3 2B 15 0 1E D2 22 37
Octal 146 215 263 53 25 0 36 322 42 67
Binary 1100110 10001101 10110011 101011 10101 0 11110 11010010 100010 110111

Color Harmonies of #668DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DB3

Black with #668DB3

Text Example


Text Example

White with #668DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668DB3; }

 p { color: rgb(102,141,179); }

 H1.HeaderClassName
 {
   color: #668DB3;
 }
 .AnyTagClassName
 {
   color: #668DB3;
 }
</style>

background-color css

<style>
 a { background-color: #668DB3; }

 a { background-color: rgb(102,141,179); }

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

border-color css

<style>
 span { border-color: #668DB3; }

 span { border-color: rgb(102,141,179); }

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