Html Css Color HEX #6C7BCD Chetwode Blue

📋 copy color: '#6C7BCD'

red 108 ◦ green 123 ◦ blue 205

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

Shades of Chetwode Blue #6C7BCD

Tints of Chetwode Blue #6C7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

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

R = 24.77%
G = 28.21%
B = 47.02%

CMYK

 C value IS 0.47

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C7BCD (or 0x6C7BCD) is known color: Chetwode Blue. HEX triplet: 6C, 7B and CD. RGB value is (108,123,205). Sum of RGB (Red+Green+Blue) = 108+123+205=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BCD is #938432. Grayscale: #7F7F7F. Windows color (decimal): -9667635 or 13466476. OLE color: 13466476.

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

Color convert

RGB 108 123 205 -
CMYK 0.47 0.4 0 0.20
HSL 230.72º 0.49% 0.61% -
HSV(B) 230.72º 0.47% 0.8% -
XYZ 24.29 21.76 60.68 -
YUV 127.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 108 123 205 0.47 0.4 0 0.20 230.72 0.49 0.61
Hex 6C 7B CD 2F 28 0 14 E7 31 3D
Octal 154 173 315 57 50 0 24 347 61 75
Binary 1101100 1111011 11001101 101111 101000 0 10100 11100111 110001 111101

Color Harmonies of #6C7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BCD

Black with #6C7BCD

Text Example


Text Example

White with #6C7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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