Html Css Color HEX #6C70BF Chetwode Blue

📋 copy color: '#6C70BF'

red 108 ◦ green 112 ◦ blue 191

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

Shades of Chetwode Blue #6C70BF

Tints of Chetwode Blue #6C70BF

RGB

 RED value IS 108 (42.58% from 255) = 26.28%

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 26.28%
G = 27.25%
B = 46.47%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C70BF (or 0x6C70BF) is known color: Chetwode Blue. HEX triplet: 6C, 70 and BF. RGB value is (108,112,191). Sum of RGB (Red+Green+Blue) = 108+112+191=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C70BF is #938F40. Grayscale: #777777. Windows color (decimal): -9670465 or 12546156. OLE color: 12546156.

HSL color Cylindrical-coordinate representation of color #6C70BF: hue angle of 237.11º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C70BF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 112 191 -
CMYK 0.43 0.41 0 0.25
HSL 237.11º 0.39% 0.59% -
HSV(B) 237.11º 0.43% 0.75% -
XYZ 21.38 18.54 51.74 -
YUV 119.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 108 112 191 0.43 0.41 0 0.25 237.11 0.39 0.59
Hex 6C 70 BF 2B 29 0 19 ED 27 3B
Octal 154 160 277 53 51 0 31 355 47 73
Binary 1101100 1110000 10111111 101011 101001 0 11001 11101101 100111 111011

Color Harmonies of #6C70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C70BF

Black with #6C70BF

Text Example


Text Example

White with #6C70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,191); }

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

background-color css

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

 a { background-color: rgb(108,112,191); }

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

border-color css

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

 span { border-color: rgb(108,112,191); }

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