Html Css Color HEX #6C7CCC Chetwode Blue

📋 copy color: '#6C7CCC'

red 108 ◦ green 124 ◦ blue 204

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

Shades of Chetwode Blue #6C7CCC

Tints of Chetwode Blue #6C7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

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

R = 24.77%
G = 28.44%
B = 46.79%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C7CCC (or 0x6C7CCC) is known color: Chetwode Blue. HEX triplet: 6C, 7C and CC. RGB value is (108,124,204). Sum of RGB (Red+Green+Blue) = 108+124+204=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CCC is #938333. Grayscale: #808080. Windows color (decimal): -9667380 or 13401196. OLE color: 13401196.

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

Color convert

RGB 108 124 204 -
CMYK 0.47 0.39 0 0.2
HSL 230º 0.48% 0.61% -
HSV(B) 230º 0.47% 0.8% -
XYZ 24.29 21.96 60.09 -
YUV 128.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 108 124 204 0.47 0.39 0 0.2 230 0.48 0.61
Hex 6C 7C CC 2F 27 0 14 E6 30 3D
Octal 154 174 314 57 47 0 24 346 60 75
Binary 1101100 1111100 11001100 101111 100111 0 10100 11100110 110000 111101

Color Harmonies of #6C7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7CCC

Black with #6C7CCC

Text Example


Text Example

White with #6C7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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