Html Css Color HEX #6F6BBA Chetwode Blue

📋 copy color: '#6F6BBA'

red 111 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #6F6BBA

Tints of Chetwode Blue #6F6BBA

RGB

 RED value IS 111 (43.75% from 255) = 27.48%

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 27.48%
G = 26.49%
B = 46.04%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F6BBA (or 0x6F6BBA) is known color: Chetwode Blue. HEX triplet: 6F, 6B and BA. RGB value is (111,107,186). Sum of RGB (Red+Green+Blue) = 111+107+186=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BBA is #909445. Grayscale: #747474. Windows color (decimal): -9475142 or 12217199. OLE color: 12217199.

HSL color Cylindrical-coordinate representation of color #6F6BBA: hue angle of 243.04º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F6BBA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 107 186 -
CMYK 0.40 0.42 0 0.27
HSL 243.04º 0.36% 0.57% -
HSV(B) 243.04º 0.42% 0.73% -
XYZ 20.68 17.44 48.73 -
YUV 117.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 111 107 186 0.40 0.42 0 0.27 243.04 0.36 0.57
Hex 6F 6B BA 28 2A 0 1B F3 24 39
Octal 157 153 272 50 52 0 33 363 44 71
Binary 1101111 1101011 10111010 101000 101010 0 11011 11110011 100100 111001

Color Harmonies of #6F6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BBA

Black with #6F6BBA

Text Example


Text Example

White with #6F6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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