Html Css Color HEX #6B7CCE Chetwode Blue

📋 copy color: '#6B7CCE'

red 107 ◦ green 124 ◦ blue 206

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

Shades of Chetwode Blue #6B7CCE

Tints of Chetwode Blue #6B7CCE

RGB

 RED value IS 107 (42.19% from 255) = 24.49%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 24.49%
G = 28.38%
B = 47.14%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B7CCE (or 0x6B7CCE) is known color: Chetwode Blue. HEX triplet: 6B, 7C and CE. RGB value is (107,124,206). Sum of RGB (Red+Green+Blue) = 107+124+206=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7CCE is #948331. Grayscale: #7F7F7F. Windows color (decimal): -9732914 or 13532267. OLE color: 13532267.

HSL color Cylindrical-coordinate representation of color #6B7CCE: hue angle of 229.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B7CCE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 124 206 -
CMYK 0.48 0.40 0 0.19
HSL 229.7º 0.5% 0.61% -
HSV(B) 229.7º 0.48% 0.81% -
XYZ 24.41 22 61.35 -
YUV 128.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 107 124 206 0.48 0.40 0 0.19 229.7 0.5 0.61
Hex 6B 7C CE 30 28 0 13 E6 32 3D
Octal 153 174 316 60 50 0 23 346 62 75
Binary 1101011 1111100 11001110 110000 101000 0 10011 11100110 110010 111101

Color Harmonies of #6B7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CCE

Black with #6B7CCE

Text Example


Text Example

White with #6B7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,206); }

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

background-color css

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

 a { background-color: rgb(107,124,206); }

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

border-color css

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

 span { border-color: rgb(107,124,206); }

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