Html Css Color HEX #6E7BBE Chetwode Blue

📋 copy color: '#6E7BBE'

red 110 ◦ green 123 ◦ blue 190

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

Shades of Chetwode Blue #6E7BBE

Tints of Chetwode Blue #6E7BBE

RGB

 RED value IS 110 (43.36% from 255) = 26%

 GREEN value IS 123 (48.44% from 255) = 29.08%

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

R = 26%
G = 29.08%
B = 44.92%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E7BBE (or 0x6E7BBE) is known color: Chetwode Blue. HEX triplet: 6E, 7B and BE. RGB value is (110,123,190). Sum of RGB (Red+Green+Blue) = 110+123+190=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BBE is #918441. Grayscale: #7E7E7E. Windows color (decimal): -9536578 or 12483438. OLE color: 12483438.

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

Color convert

RGB 110 123 190 -
CMYK 0.42 0.35 0 0.25
HSL 230.25º 0.38% 0.59% -
HSV(B) 230.25º 0.42% 0.75% -
XYZ 22.81 21.2 51.6 -
YUV 126.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 110 123 190 0.42 0.35 0 0.25 230.25 0.38 0.59
Hex 6E 7B BE 2A 23 0 19 E6 26 3B
Octal 156 173 276 52 43 0 31 346 46 73
Binary 1101110 1111011 10111110 101010 100011 0 11001 11100110 100110 111011

Color Harmonies of #6E7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BBE

Black with #6E7BBE

Text Example


Text Example

White with #6E7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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