Html Css Color HEX #6C7ACE Chetwode Blue

📋 copy color: '#6C7ACE'

red 108 ◦ green 122 ◦ blue 206

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

Shades of Chetwode Blue #6C7ACE

Tints of Chetwode Blue #6C7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 24.77%
G = 27.98%
B = 47.25%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C7ACE (or 0x6C7ACE) is known color: Chetwode Blue. HEX triplet: 6C, 7A and CE. RGB value is (108,122,206). Sum of RGB (Red+Green+Blue) = 108+122+206=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ACE is #938531. Grayscale: #7F7F7F. Windows color (decimal): -9667890 or 13531756. OLE color: 13531756.

HSL color Cylindrical-coordinate representation of color #6C7ACE: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C7ACE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 122 206 -
CMYK 0.48 0.41 0 0.19
HSL 231.43º 0.5% 0.62% -
HSV(B) 231.43º 0.48% 0.81% -
XYZ 24.28 21.56 61.27 -
YUV 127.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 108 122 206 0.48 0.41 0 0.19 231.43 0.5 0.62
Hex 6C 7A CE 30 29 0 13 E7 32 3E
Octal 154 172 316 60 51 0 23 347 62 76
Binary 1101100 1111010 11001110 110000 101001 0 10011 11100111 110010 111110

Color Harmonies of #6C7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7ACE

Black with #6C7ACE

Text Example


Text Example

White with #6C7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,122,206); }

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

background-color css

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

 a { background-color: rgb(108,122,206); }

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

border-color css

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

 span { border-color: rgb(108,122,206); }

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