Html Css Color HEX #6B73BF Chetwode Blue

📋 copy color: '#6B73BF'

red 107 ◦ green 115 ◦ blue 191

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

Shades of Chetwode Blue #6B73BF

Tints of Chetwode Blue #6B73BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 25.91%
G = 27.85%
B = 46.25%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B73BF (or 0x6B73BF) is known color: Chetwode Blue. HEX triplet: 6B, 73 and BF. RGB value is (107,115,191). Sum of RGB (Red+Green+Blue) = 107+115+191=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B73BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B73BF is #948C40. Grayscale: #787878. Windows color (decimal): -9735233 or 12546923. OLE color: 12546923.

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

Color convert

RGB 107 115 191 -
CMYK 0.44 0.40 0 0.25
HSL 234.29º 0.4% 0.58% -
HSV(B) 234.29º 0.44% 0.75% -
XYZ 21.6 19.15 51.85 -
YUV 121.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 107 115 191 0.44 0.40 0 0.25 234.29 0.4 0.58
Hex 6B 73 BF 2C 28 0 19 EA 28 3A
Octal 153 163 277 54 50 0 31 352 50 72
Binary 1101011 1110011 10111111 101100 101000 0 11001 11101010 101000 111010

Color Harmonies of #6B73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B73BF

Black with #6B73BF

Text Example


Text Example

White with #6B73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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