Html Css Color HEX #6768BF Chetwode Blue

📋 copy color: '#6768BF'

red 103 ◦ green 104 ◦ blue 191

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

Shades of Chetwode Blue #6768BF

Tints of Chetwode Blue #6768BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

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

R = 25.88%
G = 26.13%
B = 47.99%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6768BF (or 0x6768BF) is known color: Chetwode Blue. HEX triplet: 67, 68 and BF. RGB value is (103,104,191). Sum of RGB (Red+Green+Blue) = 103+104+191=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #6768BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768BF is #989740. Grayscale: #717171. Windows color (decimal): -10000193 or 12544103. OLE color: 12544103.

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

Color convert

RGB 103 104 191 -
CMYK 0.46 0.46 0 0.25
HSL 239.32º 0.41% 0.58% -
HSV(B) 239.32º 0.46% 0.75% -
XYZ 19.95 16.55 51.43 -
YUV 113.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 103 104 191 0.46 0.46 0 0.25 239.32 0.41 0.58
Hex 67 68 BF 2E 2E 0 19 EF 29 3A
Octal 147 150 277 56 56 0 31 357 51 72
Binary 1100111 1101000 10111111 101110 101110 0 11001 11101111 101001 111010

Color Harmonies of #6768BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6768BF

Black with #6768BF

Text Example


Text Example

White with #6768BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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