Html Css Color HEX #6C7ACC Chetwode Blue

📋 copy color: '#6C7ACC'

red 108 ◦ green 122 ◦ blue 204

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

Shades of Chetwode Blue #6C7ACC

Tints of Chetwode Blue #6C7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 24.88%
G = 28.11%
B = 47%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C7ACC (or 0x6C7ACC) is known color: Chetwode Blue. HEX triplet: 6C, 7A and CC. RGB value is (108,122,204). Sum of RGB (Red+Green+Blue) = 108+122+204=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ACC is #938533. Grayscale: #7E7E7E. Windows color (decimal): -9667892 or 13400684. OLE color: 13400684.

HSL color Cylindrical-coordinate representation of color #6C7ACC: hue angle of 231.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C7ACC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 122 204 -
CMYK 0.47 0.40 0 0.2
HSL 231.25º 0.48% 0.61% -
HSV(B) 231.25º 0.47% 0.8% -
XYZ 24.04 21.47 60 -
YUV 127.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 108 122 204 0.47 0.40 0 0.2 231.25 0.48 0.61
Hex 6C 7A CC 2F 28 0 14 E7 30 3D
Octal 154 172 314 57 50 0 24 347 60 75
Binary 1101100 1111010 11001100 101111 101000 0 10100 11100111 110000 111101

Color Harmonies of #6C7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7ACC

Black with #6C7ACC

Text Example


Text Example

White with #6C7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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