Html Css Color HEX #6670BC Chetwode Blue

📋 copy color: '#6670BC'

red 102 ◦ green 112 ◦ blue 188

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

Shades of Chetwode Blue #6670BC

Tints of Chetwode Blue #6670BC

RGB

 RED value IS 102 (40.23% from 255) = 25.37%

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 25.37%
G = 27.86%
B = 46.77%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6670BC (or 0x6670BC) is known color: Chetwode Blue. HEX triplet: 66, 70 and BC. RGB value is (102,112,188). Sum of RGB (Red+Green+Blue) = 102+112+188=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #6670BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670BC is #998F43. Grayscale: #757575. Windows color (decimal): -10063684 or 12349542. OLE color: 12349542.

HSL color Cylindrical-coordinate representation of color #6670BC: hue angle of 233.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6670BC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 112 188 -
CMYK 0.46 0.40 0 0.26
HSL 233.02º 0.39% 0.57% -
HSV(B) 233.02º 0.46% 0.74% -
XYZ 20.35 18.04 49.99 -
YUV 117.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 102 112 188 0.46 0.40 0 0.26 233.02 0.39 0.57
Hex 66 70 BC 2E 28 0 1A E9 27 39
Octal 146 160 274 56 50 0 32 351 47 71
Binary 1100110 1110000 10111100 101110 101000 0 11010 11101001 100111 111001

Color Harmonies of #6670BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670BC

Black with #6670BC

Text Example


Text Example

White with #6670BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6670BC; }

 p { color: rgb(102,112,188); }

 H1.HeaderClassName
 {
   color: #6670BC;
 }
 .AnyTagClassName
 {
   color: #6670BC;
 }
</style>

background-color css

<style>
 a { background-color: #6670BC; }

 a { background-color: rgb(102,112,188); }

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

border-color css

<style>
 span { border-color: #6670BC; }

 span { border-color: rgb(102,112,188); }

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