Html Css Color HEX #6770BF Chetwode Blue

📋 copy color: '#6770BF'

red 103 ◦ green 112 ◦ blue 191

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

Shades of Chetwode Blue #6770BF

Tints of Chetwode Blue #6770BF

RGB

 RED value IS 103 (40.63% from 255) = 25.37%

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 25.37%
G = 27.59%
B = 47.04%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6770BF (or 0x6770BF) is known color: Chetwode Blue. HEX triplet: 67, 70 and BF. RGB value is (103,112,191). Sum of RGB (Red+Green+Blue) = 103+112+191=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #6770BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770BF is #988F40. Grayscale: #757575. Windows color (decimal): -9998145 or 12546151. OLE color: 12546151.

HSL color Cylindrical-coordinate representation of color #6770BF: hue angle of 233.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6770BF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 112 191 -
CMYK 0.46 0.41 0 0.25
HSL 233.86º 0.41% 0.58% -
HSV(B) 233.86º 0.46% 0.75% -
XYZ 20.79 18.23 51.71 -
YUV 118.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 103 112 191 0.46 0.41 0 0.25 233.86 0.41 0.58
Hex 67 70 BF 2E 29 0 19 EA 29 3A
Octal 147 160 277 56 51 0 31 352 51 72
Binary 1100111 1110000 10111111 101110 101001 0 11001 11101010 101001 111010

Color Harmonies of #6770BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770BF

Black with #6770BF

Text Example


Text Example

White with #6770BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6770BF; }

 p { color: rgb(103,112,191); }

 H1.HeaderClassName
 {
   color: #6770BF;
 }
 .AnyTagClassName
 {
   color: #6770BF;
 }
</style>

background-color css

<style>
 a { background-color: #6770BF; }

 a { background-color: rgb(103,112,191); }

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

border-color css

<style>
 span { border-color: #6770BF; }

 span { border-color: rgb(103,112,191); }

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