Html Css Color HEX #6B6BBE Chetwode Blue

📋 copy color: '#6B6BBE'

red 107 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #6B6BBE

Tints of Chetwode Blue #6B6BBE

RGB

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

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

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

R = 26.49%
G = 26.49%
B = 47.03%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B6BBE (or 0x6B6BBE) is known color: Chetwode Blue. HEX triplet: 6B, 6B and BE. RGB value is (107,107,190). Sum of RGB (Red+Green+Blue) = 107+107+190=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BBE is #949441. Grayscale: #747474. Windows color (decimal): -9737282 or 12479339. OLE color: 12479339.

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

Color convert

RGB 107 107 190 -
CMYK 0.44 0.44 0 0.25
HSL 240º 0.39% 0.58% -
HSV(B) 240º 0.44% 0.75% -
XYZ 20.62 17.36 50.98 -
YUV 116.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 107 107 190 0.44 0.44 0 0.25 240 0.39 0.58
Hex 6B 6B BE 2C 2C 0 19 F0 27 3A
Octal 153 153 276 54 54 0 31 360 47 72
Binary 1101011 1101011 10111110 101100 101100 0 11001 11110000 100111 111010

Color Harmonies of #6B6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6BBE

Black with #6B6BBE

Text Example


Text Example

White with #6B6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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