Html Css Color HEX #6679AF Chetwode Blue

📋 copy color: '#6679AF'

red 102 ◦ green 121 ◦ blue 175

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

Shades of Chetwode Blue #6679AF

Tints of Chetwode Blue #6679AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 25.63%
G = 30.4%
B = 43.97%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6679AF (or 0x6679AF) is known color: Chetwode Blue. HEX triplet: 66, 79 and AF. RGB value is (102,121,175). Sum of RGB (Red+Green+Blue) = 102+121+175=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #6679AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6679AF is #998650. Grayscale: #797979. Windows color (decimal): -10061393 or 11499878. OLE color: 11499878.

HSL color Cylindrical-coordinate representation of color #6679AF: hue angle of 224.38º 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 #6679AF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 121 175 -
CMYK 0.42 0.31 0 0.31
HSL 224.38º 0.31% 0.54% -
HSV(B) 224.38º 0.42% 0.69% -
XYZ 20.05 19.59 43.28 -
YUV 121.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 102 121 175 0.42 0.31 0 0.31 224.38 0.31 0.54
Hex 66 79 AF 2A 1F 0 1F E0 1F 36
Octal 146 171 257 52 37 0 37 340 37 66
Binary 1100110 1111001 10101111 101010 11111 0 11111 11100000 11111 110110

Color Harmonies of #6679AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6679AF

Black with #6679AF

Text Example


Text Example

White with #6679AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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