Html Css Color HEX #6C7BCC Chetwode Blue

📋 copy color: '#6C7BCC'

red 108 ◦ green 123 ◦ blue 204

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

Shades of Chetwode Blue #6C7BCC

Tints of Chetwode Blue #6C7BCC

RGB

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

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

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

R = 24.83%
G = 28.28%
B = 46.9%

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

#6C7BCC (or 0x6C7BCC) is known color: Chetwode Blue. HEX triplet: 6C, 7B and CC. RGB value is (108,123,204). Sum of RGB (Red+Green+Blue) = 108+123+204=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BCC is #938433. Grayscale: #7F7F7F. Windows color (decimal): -9667636 or 13400940. OLE color: 13400940.

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

Color convert

RGB 108 123 204 -
CMYK 0.47 0.40 0 0.2
HSL 230.63º 0.48% 0.61% -
HSV(B) 230.63º 0.47% 0.8% -
XYZ 24.17 21.71 60.04 -
YUV 127.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 108 123 204 0.47 0.40 0 0.2 230.63 0.48 0.61
Hex 6C 7B CC 2F 28 0 14 E7 30 3D
Octal 154 173 314 57 50 0 24 347 60 75
Binary 1101100 1111011 11001100 101111 101000 0 10100 11100111 110000 111101

Color Harmonies of #6C7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BCC

Black with #6C7BCC

Text Example


Text Example

White with #6C7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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