Html Css Color HEX #6685AF Air Force Blue

📋 copy color: '#6685AF'

red 102 ◦ green 133 ◦ blue 175

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

Shades of Air Force Blue #6685AF

Tints of Air Force Blue #6685AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 24.88%
G = 32.44%
B = 42.68%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6685AF (or 0x6685AF) is known color: Air Force Blue. HEX triplet: 66, 85 and AF. RGB value is (102,133,175). Sum of RGB (Red+Green+Blue) = 102+133+175=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #6685AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6685AF is #997A50. Grayscale: #808080. Windows color (decimal): -10058321 or 11502950. OLE color: 11502950.

HSL color Cylindrical-coordinate representation of color #6685AF: hue angle of 214.52º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6685AF is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 133 175 -
CMYK 0.42 0.24 0 0.31
HSL 214.52º 0.31% 0.54% -
HSV(B) 214.52º 0.42% 0.69% -
XYZ 21.6 22.69 43.8 -
YUV 128.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 102 133 175 0.42 0.24 0 0.31 214.52 0.31 0.54
Hex 66 85 AF 2A 18 0 1F D7 1F 36
Octal 146 205 257 52 30 0 37 327 37 66
Binary 1100110 10000101 10101111 101010 11000 0 11111 11010111 11111 110110

Color Harmonies of #6685AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685AF

Black with #6685AF

Text Example


Text Example

White with #6685AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6685AF; }

 p { color: rgb(102,133,175); }

 H1.HeaderClassName
 {
   color: #6685AF;
 }
 .AnyTagClassName
 {
   color: #6685AF;
 }
</style>

background-color css

<style>
 a { background-color: #6685AF; }

 a { background-color: rgb(102,133,175); }

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

border-color css

<style>
 span { border-color: #6685AF; }

 span { border-color: rgb(102,133,175); }

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