Html Css Color HEX #6B6FBC Chetwode Blue

📋 copy color: '#6B6FBC'

red 107 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #6B6FBC

Tints of Chetwode Blue #6B6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 26.35%
G = 27.34%
B = 46.31%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B6FBC (or 0x6B6FBC) is known color: Chetwode Blue. HEX triplet: 6B, 6F and BC. RGB value is (107,111,188). Sum of RGB (Red+Green+Blue) = 107+111+188=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B6FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FBC is #949043. Grayscale: #767676. Windows color (decimal): -9736260 or 12349291. OLE color: 12349291.

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

Color convert

RGB 107 111 188 -
CMYK 0.43 0.41 0 0.26
HSL 237.04º 0.38% 0.58% -
HSV(B) 237.04º 0.43% 0.74% -
XYZ 20.82 18.13 49.98 -
YUV 118.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 107 111 188 0.43 0.41 0 0.26 237.04 0.38 0.58
Hex 6B 6F BC 2B 29 0 1A ED 26 3A
Octal 153 157 274 53 51 0 32 355 46 72
Binary 1101011 1101111 10111100 101011 101001 0 11010 11101101 100110 111010

Color Harmonies of #6B6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FBC

Black with #6B6FBC

Text Example


Text Example

White with #6B6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,111,188); }

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

background-color css

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

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

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

border-color css

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

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

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