Html Css Color HEX #6F6ABC Chetwode Blue

📋 copy color: '#6F6ABC'

red 111 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #6F6ABC

Tints of Chetwode Blue #6F6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 27.41%
G = 26.17%
B = 46.42%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F6ABC (or 0x6F6ABC) is known color: Chetwode Blue. HEX triplet: 6F, 6A and BC. RGB value is (111,106,188). Sum of RGB (Red+Green+Blue) = 111+106+188=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ABC is #909543. Grayscale: #747474. Windows color (decimal): -9475396 or 12348015. OLE color: 12348015.

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

Color convert

RGB 111 106 188 -
CMYK 0.41 0.44 0 0.26
HSL 243.66º 0.38% 0.58% -
HSV(B) 243.66º 0.44% 0.74% -
XYZ 20.79 17.32 49.82 -
YUV 116.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 111 106 188 0.41 0.44 0 0.26 243.66 0.38 0.58
Hex 6F 6A BC 29 2C 0 1A F4 26 3A
Octal 157 152 274 51 54 0 32 364 46 72
Binary 1101111 1101010 10111100 101001 101100 0 11010 11110100 100110 111010

Color Harmonies of #6F6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6ABC

Black with #6F6ABC

Text Example


Text Example

White with #6F6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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