Html Css Color HEX #6B71CC Chetwode Blue

📋 copy color: '#6B71CC'

red 107 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #6B71CC

Tints of Chetwode Blue #6B71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

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

R = 25.24%
G = 26.65%
B = 48.11%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B71CC (or 0x6B71CC) is known color: Chetwode Blue. HEX triplet: 6B, 71 and CC. RGB value is (107,113,204). Sum of RGB (Red+Green+Blue) = 107+113+204=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B71CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71CC is #948E33. Grayscale: #797979. Windows color (decimal): -9735732 or 13398379. OLE color: 13398379.

HSL color Cylindrical-coordinate representation of color #6B71CC: hue angle of 236.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B71CC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 113 204 -
CMYK 0.48 0.45 0 0.2
HSL 236.29º 0.49% 0.61% -
HSV(B) 236.29º 0.48% 0.8% -
XYZ 22.87 19.3 59.65 -
YUV 121.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 107 113 204 0.48 0.45 0 0.2 236.29 0.49 0.61
Hex 6B 71 CC 30 2D 0 14 EC 31 3D
Octal 153 161 314 60 55 0 24 354 61 75
Binary 1101011 1110001 11001100 110000 101101 0 10100 11101100 110001 111101

Color Harmonies of #6B71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B71CC

Black with #6B71CC

Text Example


Text Example

White with #6B71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,204); }

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

background-color css

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

 a { background-color: rgb(107,113,204); }

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

border-color css

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

 span { border-color: rgb(107,113,204); }

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