Html Css Color HEX #6C6EBE Chetwode Blue

📋 copy color: '#6C6EBE'

red 108 ◦ green 110 ◦ blue 190

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

Shades of Chetwode Blue #6C6EBE

Tints of Chetwode Blue #6C6EBE

RGB

 RED value IS 108 (42.58% from 255) = 26.47%

 GREEN value IS 110 (43.36% from 255) = 26.96%

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

R = 26.47%
G = 26.96%
B = 46.57%

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

#6C6EBE (or 0x6C6EBE) is known color: Chetwode Blue. HEX triplet: 6C, 6E and BE. RGB value is (108,110,190). Sum of RGB (Red+Green+Blue) = 108+110+190=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C6EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6EBE is #939141. Grayscale: #767676. Windows color (decimal): -9670978 or 12480108. OLE color: 12480108.

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

Color convert

RGB 108 110 190 -
CMYK 0.43 0.42 0 0.25
HSL 238.54º 0.39% 0.58% -
HSV(B) 238.54º 0.43% 0.75% -
XYZ 21.05 18.06 51.09 -
YUV 118.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 108 110 190 0.43 0.42 0 0.25 238.54 0.39 0.58
Hex 6C 6E BE 2B 2A 0 19 EF 27 3A
Octal 154 156 276 53 52 0 31 357 47 72
Binary 1101100 1101110 10111110 101011 101010 0 11001 11101111 100111 111010

Color Harmonies of #6C6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6EBE

Black with #6C6EBE

Text Example


Text Example

White with #6C6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,110,190); }

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

background-color css

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

 a { background-color: rgb(108,110,190); }

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

border-color css

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

 span { border-color: rgb(108,110,190); }

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