Html Css Color HEX #6D6FAF Chetwode Blue

📋 copy color: '#6D6FAF'

red 109 ◦ green 111 ◦ blue 175

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

Shades of Chetwode Blue #6D6FAF

Tints of Chetwode Blue #6D6FAF

RGB

 RED value IS 109 (42.97% from 255) = 27.59%

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 27.59%
G = 28.1%
B = 44.3%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D6FAF (or 0x6D6FAF) is known color: Chetwode Blue. HEX triplet: 6D, 6F and AF. RGB value is (109,111,175). Sum of RGB (Red+Green+Blue) = 109+111+175=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D6FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6FAF is #929050. Grayscale: #757575. Windows color (decimal): -9605201 or 11497325. OLE color: 11497325.

HSL color Cylindrical-coordinate representation of color #6D6FAF: hue angle of 238.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D6FAF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 111 175 -
CMYK 0.38 0.37 0 0.31
HSL 238.18º 0.29% 0.56% -
HSV(B) 238.18º 0.38% 0.69% -
XYZ 19.73 17.72 42.94 -
YUV 117.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 109 111 175 0.38 0.37 0 0.31 238.18 0.29 0.56
Hex 6D 6F AF 26 25 0 1F EE 1D 38
Octal 155 157 257 46 45 0 37 356 35 70
Binary 1101101 1101111 10101111 100110 100101 0 11111 11101110 11101 111000

Color Harmonies of #6D6FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FAF

Black with #6D6FAF

Text Example


Text Example

White with #6D6FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D6FAF; }

 p { color: rgb(109,111,175); }

 H1.HeaderClassName
 {
   color: #6D6FAF;
 }
 .AnyTagClassName
 {
   color: #6D6FAF;
 }
</style>

background-color css

<style>
 a { background-color: #6D6FAF; }

 a { background-color: rgb(109,111,175); }

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

border-color css

<style>
 span { border-color: #6D6FAF; }

 span { border-color: rgb(109,111,175); }

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