Html Css Color HEX #6B70CC Chetwode Blue

📋 copy color: '#6B70CC'

red 107 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #6B70CC

Tints of Chetwode Blue #6B70CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 25.3%
G = 26.48%
B = 48.23%

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

#6B70CC (or 0x6B70CC) is known color: Chetwode Blue. HEX triplet: 6B, 70 and CC. RGB value is (107,112,204). Sum of RGB (Red+Green+Blue) = 107+112+204=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B70CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B70CC is #948F33. Grayscale: #787878. Windows color (decimal): -9735988 or 13398123. OLE color: 13398123.

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

Color convert

RGB 107 112 204 -
CMYK 0.48 0.45 0 0.2
HSL 236.91º 0.49% 0.61% -
HSV(B) 236.91º 0.48% 0.8% -
XYZ 22.76 19.07 59.61 -
YUV 120.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 107 112 204 0.48 0.45 0 0.2 236.91 0.49 0.61
Hex 6B 70 CC 30 2D 0 14 ED 31 3D
Octal 153 160 314 60 55 0 24 355 61 75
Binary 1101011 1110000 11001100 110000 101101 0 10100 11101101 110001 111101

Color Harmonies of #6B70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B70CC

Black with #6B70CC

Text Example


Text Example

White with #6B70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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