Html Css Color HEX #6C7CCB Chetwode Blue

📋 copy color: '#6C7CCB'

red 108 ◦ green 124 ◦ blue 203

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

Shades of Chetwode Blue #6C7CCB

Tints of Chetwode Blue #6C7CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 24.83%
G = 28.51%
B = 46.67%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C7CCB (or 0x6C7CCB) is known color: Chetwode Blue. HEX triplet: 6C, 7C and CB. RGB value is (108,124,203). Sum of RGB (Red+Green+Blue) = 108+124+203=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CCB is #938334. Grayscale: #7F7F7F. Windows color (decimal): -9667381 or 13335660. OLE color: 13335660.

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

Color convert

RGB 108 124 203 -
CMYK 0.47 0.39 0 0.20
HSL 229.89º 0.48% 0.61% -
HSV(B) 229.89º 0.47% 0.8% -
XYZ 24.17 21.92 59.46 -
YUV 128.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 108 124 203 0.47 0.39 0 0.20 229.89 0.48 0.61
Hex 6C 7C CB 2F 27 0 14 E6 30 3D
Octal 154 174 313 57 47 0 24 346 60 75
Binary 1101100 1111100 11001011 101111 100111 0 10100 11100110 110000 111101

Color Harmonies of #6C7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7CCB

Black with #6C7CCB

Text Example


Text Example

White with #6C7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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