Html Css Color HEX #6772BF Chetwode Blue

📋 copy color: '#6772BF'

red 103 ◦ green 114 ◦ blue 191

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

Shades of Chetwode Blue #6772BF

Tints of Chetwode Blue #6772BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 25.25%
G = 27.94%
B = 46.81%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6772BF (or 0x6772BF) is known color: Chetwode Blue. HEX triplet: 67, 72 and BF. RGB value is (103,114,191). Sum of RGB (Red+Green+Blue) = 103+114+191=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #6772BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772BF is #988D40. Grayscale: #777777. Windows color (decimal): -9997633 or 12546663. OLE color: 12546663.

HSL color Cylindrical-coordinate representation of color #6772BF: hue angle of 232.5º 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 #6772BF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 114 191 -
CMYK 0.46 0.40 0 0.25
HSL 232.5º 0.41% 0.58% -
HSV(B) 232.5º 0.46% 0.75% -
XYZ 21.01 18.68 51.79 -
YUV 119.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 103 114 191 0.46 0.40 0 0.25 232.5 0.41 0.58
Hex 67 72 BF 2E 28 0 19 E8 29 3A
Octal 147 162 277 56 50 0 31 350 51 72
Binary 1100111 1110010 10111111 101110 101000 0 11001 11101000 101001 111010

Color Harmonies of #6772BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772BF

Black with #6772BF

Text Example


Text Example

White with #6772BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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