Html Css Color HEX #6B6BB7 Chetwode Blue

📋 copy color: '#6B6BB7'

red 107 ◦ green 107 ◦ blue 183

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

Shades of Chetwode Blue #6B6BB7

Tints of Chetwode Blue #6B6BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 26.95%
G = 26.95%
B = 46.1%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6B6BB7 (or 0x6B6BB7) is known color: Chetwode Blue. HEX triplet: 6B, 6B and B7. RGB value is (107,107,183). Sum of RGB (Red+Green+Blue) = 107+107+183=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B6BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BB7 is #949448. Grayscale: #737373. Windows color (decimal): -9737289 or 12020587. OLE color: 12020587.

HSL color Cylindrical-coordinate representation of color #6B6BB7: hue angle of 240º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B6BB7 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 107 183 -
CMYK 0.42 0.42 0 0.28
HSL 240º 0.35% 0.57% -
HSV(B) 240º 0.42% 0.72% -
XYZ 19.87 17.06 47.05 -
YUV 115.66 166 121.82 -
System Red Green Blue C M Y K H S L
Decimal 107 107 183 0.42 0.42 0 0.28 240 0.35 0.57
Hex 6B 6B B7 2A 2A 0 1C F0 23 39
Octal 153 153 267 52 52 0 34 360 43 71
Binary 1101011 1101011 10110111 101010 101010 0 11100 11110000 100011 111001

Color Harmonies of #6B6BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6BB7

Black with #6B6BB7

Text Example


Text Example

White with #6B6BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,107,183); }

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

background-color css

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

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

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

border-color css

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

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

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