Html Css Color HEX #6C7ACD Chetwode Blue

📋 copy color: '#6C7ACD'

red 108 ◦ green 122 ◦ blue 205

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

Shades of Chetwode Blue #6C7ACD

Tints of Chetwode Blue #6C7ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 24.83%
G = 28.05%
B = 47.13%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C7ACD (or 0x6C7ACD) is known color: Chetwode Blue. HEX triplet: 6C, 7A and CD. RGB value is (108,122,205). Sum of RGB (Red+Green+Blue) = 108+122+205=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ACD is #938532. Grayscale: #7E7E7E. Windows color (decimal): -9667891 or 13466220. OLE color: 13466220.

HSL color Cylindrical-coordinate representation of color #6C7ACD: hue angle of 231.34º degrees, saturation: 0.49, 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 #6C7ACD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 122 205 -
CMYK 0.47 0.40 0 0.20
HSL 231.34º 0.49% 0.61% -
HSV(B) 231.34º 0.47% 0.8% -
XYZ 24.16 21.51 60.64 -
YUV 127.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 108 122 205 0.47 0.40 0 0.20 231.34 0.49 0.61
Hex 6C 7A CD 2F 28 0 14 E7 31 3D
Octal 154 172 315 57 50 0 24 347 61 75
Binary 1101100 1111010 11001101 101111 101000 0 10100 11100111 110001 111101

Color Harmonies of #6C7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7ACD

Black with #6C7ACD

Text Example


Text Example

White with #6C7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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