Html Css Color HEX #6B6FBF Chetwode Blue

📋 copy color: '#6B6FBF'

red 107 ◦ green 111 ◦ blue 191

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

Shades of Chetwode Blue #6B6FBF

Tints of Chetwode Blue #6B6FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 26.16%
G = 27.14%
B = 46.7%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B6FBF (or 0x6B6FBF) is known color: Chetwode Blue. HEX triplet: 6B, 6F and BF. RGB value is (107,111,191). Sum of RGB (Red+Green+Blue) = 107+111+191=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FBF is #949040. Grayscale: #767676. Windows color (decimal): -9736257 or 12545899. OLE color: 12545899.

HSL color Cylindrical-coordinate representation of color #6B6FBF: hue angle of 237.14º degrees, saturation: 0.4, 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 #6B6FBF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 111 191 -
CMYK 0.44 0.42 0 0.25
HSL 237.14º 0.4% 0.58% -
HSV(B) 237.14º 0.44% 0.75% -
XYZ 21.15 18.26 51.7 -
YUV 118.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 107 111 191 0.44 0.42 0 0.25 237.14 0.4 0.58
Hex 6B 6F BF 2C 2A 0 19 ED 28 3A
Octal 153 157 277 54 52 0 31 355 50 72
Binary 1101011 1101111 10111111 101100 101010 0 11001 11101101 101000 111010

Color Harmonies of #6B6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FBF

Black with #6B6FBF

Text Example


Text Example

White with #6B6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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