Html Css Color HEX #6A6EBD Chetwode Blue

📋 copy color: '#6A6EBD'

red 106 ◦ green 110 ◦ blue 189

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

Shades of Chetwode Blue #6A6EBD

Tints of Chetwode Blue #6A6EBD

RGB

 RED value IS 106 (41.8% from 255) = 26.17%

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 26.17%
G = 27.16%
B = 46.67%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A6EBD (or 0x6A6EBD) is known color: Chetwode Blue. HEX triplet: 6A, 6E and BD. RGB value is (106,110,189). Sum of RGB (Red+Green+Blue) = 106+110+189=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6EBD is #959142. Grayscale: #757575. Windows color (decimal): -9802051 or 12414570. OLE color: 12414570.

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

Color convert

RGB 106 110 189 -
CMYK 0.44 0.42 0 0.26
HSL 237.11º 0.39% 0.58% -
HSV(B) 237.11º 0.44% 0.74% -
XYZ 20.71 17.89 50.51 -
YUV 117.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 106 110 189 0.44 0.42 0 0.26 237.11 0.39 0.58
Hex 6A 6E BD 2C 2A 0 1A ED 27 3A
Octal 152 156 275 54 52 0 32 355 47 72
Binary 1101010 1101110 10111101 101100 101010 0 11010 11101101 100111 111010

Color Harmonies of #6A6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6EBD

Black with #6A6EBD

Text Example


Text Example

White with #6A6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,189); }

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

background-color css

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

 a { background-color: rgb(106,110,189); }

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

border-color css

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

 span { border-color: rgb(106,110,189); }

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