Html Css Color HEX #6F6CBC Chetwode Blue

📋 copy color: '#6F6CBC'

red 111 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #6F6CBC

Tints of Chetwode Blue #6F6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 27.27%
G = 26.54%
B = 46.19%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F6CBC (or 0x6F6CBC) is known color: Chetwode Blue. HEX triplet: 6F, 6C and BC. RGB value is (111,108,188). Sum of RGB (Red+Green+Blue) = 111+108+188=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6CBC is #909343. Grayscale: #757575. Windows color (decimal): -9474884 or 12348527. OLE color: 12348527.

HSL color Cylindrical-coordinate representation of color #6F6CBC: hue angle of 242.25º degrees, saturation: 0.37, 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 #6F6CBC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 108 188 -
CMYK 0.41 0.43 0 0.26
HSL 242.25º 0.37% 0.58% -
HSV(B) 242.25º 0.43% 0.74% -
XYZ 21 17.74 49.89 -
YUV 118.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 111 108 188 0.41 0.43 0 0.26 242.25 0.37 0.58
Hex 6F 6C BC 29 2B 0 1A F2 25 3A
Octal 157 154 274 51 53 0 32 362 45 72
Binary 1101111 1101100 10111100 101001 101011 0 11010 11110010 100101 111010

Color Harmonies of #6F6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6CBC

Black with #6F6CBC

Text Example


Text Example

White with #6F6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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