Html Css Color HEX #6B7CBA Chetwode Blue

📋 copy color: '#6B7CBA'

red 107 ◦ green 124 ◦ blue 186

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

Shades of Chetwode Blue #6B7CBA

Tints of Chetwode Blue #6B7CBA

RGB

 RED value IS 107 (42.19% from 255) = 25.66%

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 25.66%
G = 29.74%
B = 44.6%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B7CBA (or 0x6B7CBA) is known color: Chetwode Blue. HEX triplet: 6B, 7C and BA. RGB value is (107,124,186). Sum of RGB (Red+Green+Blue) = 107+124+186=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7CBA is #948345. Grayscale: #7D7D7D. Windows color (decimal): -9732934 or 12221547. OLE color: 12221547.

HSL color Cylindrical-coordinate representation of color #6B7CBA: hue angle of 227.09º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B7CBA is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 124 186 -
CMYK 0.42 0.33 0 0.27
HSL 227.09º 0.36% 0.57% -
HSV(B) 227.09º 0.42% 0.73% -
XYZ 22.13 21.09 49.36 -
YUV 125.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 107 124 186 0.42 0.33 0 0.27 227.09 0.36 0.57
Hex 6B 7C BA 2A 21 0 1B E3 24 39
Octal 153 174 272 52 41 0 33 343 44 71
Binary 1101011 1111100 10111010 101010 100001 0 11011 11100011 100100 111001

Color Harmonies of #6B7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CBA

Black with #6B7CBA

Text Example


Text Example

White with #6B7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,186); }

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

background-color css

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

 a { background-color: rgb(107,124,186); }

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

border-color css

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

 span { border-color: rgb(107,124,186); }

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