Html Css Color HEX #6F7ABC Chetwode Blue

📋 copy color: '#6F7ABC'

red 111 ◦ green 122 ◦ blue 188

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

Shades of Chetwode Blue #6F7ABC

Tints of Chetwode Blue #6F7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 26.37%
G = 28.98%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F7ABC (or 0x6F7ABC) is known color: Chetwode Blue. HEX triplet: 6F, 7A and BC. RGB value is (111,122,188). Sum of RGB (Red+Green+Blue) = 111+122+188=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ABC is #908543. Grayscale: #7D7D7D. Windows color (decimal): -9471300 or 12352111. OLE color: 12352111.

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

Color convert

RGB 111 122 188 -
CMYK 0.41 0.35 0 0.26
HSL 231.43º 0.36% 0.59% -
HSV(B) 231.43º 0.41% 0.74% -
XYZ 22.59 20.93 50.43 -
YUV 126.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 111 122 188 0.41 0.35 0 0.26 231.43 0.36 0.59
Hex 6F 7A BC 29 23 0 1A E7 24 3B
Octal 157 172 274 51 43 0 32 347 44 73
Binary 1101111 1111010 10111100 101001 100011 0 11010 11100111 100100 111011

Color Harmonies of #6F7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7ABC

Black with #6F7ABC

Text Example


Text Example

White with #6F7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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