Html Css Color HEX #6B7CD2 Chetwode Blue

📋 copy color: '#6B7CD2'

red 107 ◦ green 124 ◦ blue 210

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

Shades of Chetwode Blue #6B7CD2

Tints of Chetwode Blue #6B7CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.62%

R = 24.26%
G = 28.12%
B = 47.62%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B7CD2 (or 0x6B7CD2) is known color: Chetwode Blue. HEX triplet: 6B, 7C and D2. RGB value is (107,124,210). Sum of RGB (Red+Green+Blue) = 107+124+210=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #6B7CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7CD2 is #94832D. Grayscale: #808080. Windows color (decimal): -9732910 or 13794411. OLE color: 13794411.

HSL color Cylindrical-coordinate representation of color #6B7CD2: hue angle of 230.1º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B7CD2 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 124 210 -
CMYK 0.49 0.41 0 0.18
HSL 230.1º 0.53% 0.62% -
HSV(B) 230.1º 0.49% 0.82% -
XYZ 24.9 22.19 63.94 -
YUV 128.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 107 124 210 0.49 0.41 0 0.18 230.1 0.53 0.62
Hex 6B 7C D2 31 29 0 12 E6 35 3E
Octal 153 174 322 61 51 0 22 346 65 76
Binary 1101011 1111100 11010010 110001 101001 0 10010 11100110 110101 111110

Color Harmonies of #6B7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CD2

Black with #6B7CD2

Text Example


Text Example

White with #6B7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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