Html Css Color HEX #6670B2 Chetwode Blue

📋 copy color: '#6670B2'

red 102 ◦ green 112 ◦ blue 178

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

Shades of Chetwode Blue #6670B2

Tints of Chetwode Blue #6670B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 26.02%
G = 28.57%
B = 45.41%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6670B2 (or 0x6670B2) is known color: Chetwode Blue. HEX triplet: 66, 70 and B2. RGB value is (102,112,178). Sum of RGB (Red+Green+Blue) = 102+112+178=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #6670B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670B2 is #998F4D. Grayscale: #747474. Windows color (decimal): -10063694 or 11694182. OLE color: 11694182.

HSL color Cylindrical-coordinate representation of color #6670B2: hue angle of 232.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6670B2 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 112 178 -
CMYK 0.43 0.37 0 0.30
HSL 232.11º 0.33% 0.55% -
HSV(B) 232.11º 0.43% 0.7% -
XYZ 19.31 17.63 44.5 -
YUV 116.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 102 112 178 0.43 0.37 0 0.30 232.11 0.33 0.55
Hex 66 70 B2 2B 25 0 1E E8 21 37
Octal 146 160 262 53 45 0 36 350 41 67
Binary 1100110 1110000 10110010 101011 100101 0 11110 11101000 100001 110111

Color Harmonies of #6670B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670B2

Black with #6670B2

Text Example


Text Example

White with #6670B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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