Html Css Color HEX #6D6FBE Chetwode Blue

📋 copy color: '#6D6FBE'

red 109 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #6D6FBE

Tints of Chetwode Blue #6D6FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 26.59%
G = 27.07%
B = 46.34%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D6FBE (or 0x6D6FBE) is known color: Chetwode Blue. HEX triplet: 6D, 6F and BE. RGB value is (109,111,190). Sum of RGB (Red+Green+Blue) = 109+111+190=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FBE is #929041. Grayscale: #777777. Windows color (decimal): -9605186 or 12480365. OLE color: 12480365.

HSL color Cylindrical-coordinate representation of color #6D6FBE: hue angle of 238.52º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D6FBE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 111 190 -
CMYK 0.43 0.42 0 0.25
HSL 238.52º 0.38% 0.59% -
HSV(B) 238.52º 0.43% 0.75% -
XYZ 21.29 18.34 51.13 -
YUV 119.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 109 111 190 0.43 0.42 0 0.25 238.52 0.38 0.59
Hex 6D 6F BE 2B 2A 0 19 EF 26 3B
Octal 155 157 276 53 52 0 31 357 46 73
Binary 1101101 1101111 10111110 101011 101010 0 11001 11101111 100110 111011

Color Harmonies of #6D6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FBE

Black with #6D6FBE

Text Example


Text Example

White with #6D6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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