Html Css Color HEX #6764BE Chetwode Blue

📋 copy color: '#6764BE'

red 103 ◦ green 100 ◦ blue 190

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

Shades of Chetwode Blue #6764BE

Tints of Chetwode Blue #6764BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 26.21%
G = 25.45%
B = 48.35%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6764BE (or 0x6764BE) is known color: Chetwode Blue. HEX triplet: 67, 64 and BE. RGB value is (103,100,190). Sum of RGB (Red+Green+Blue) = 103+100+190=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6764BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764BE is #989B41. Grayscale: #6E6E6E. Windows color (decimal): -10001218 or 12477543. OLE color: 12477543.

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

Color convert

RGB 103 100 190 -
CMYK 0.46 0.47 0 0.25
HSL 242º 0.41% 0.57% -
HSV(B) 242º 0.47% 0.75% -
XYZ 19.44 15.72 50.72 -
YUV 111.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 103 100 190 0.46 0.47 0 0.25 242 0.41 0.57
Hex 67 64 BE 2E 2F 0 19 F2 29 39
Octal 147 144 276 56 57 0 31 362 51 71
Binary 1100111 1100100 10111110 101110 101111 0 11001 11110010 101001 111001

Color Harmonies of #6764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764BE

Black with #6764BE

Text Example


Text Example

White with #6764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6764BE; }

 p { color: rgb(103,100,190); }

 H1.HeaderClassName
 {
   color: #6764BE;
 }
 .AnyTagClassName
 {
   color: #6764BE;
 }
</style>

background-color css

<style>
 a { background-color: #6764BE; }

 a { background-color: rgb(103,100,190); }

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

border-color css

<style>
 span { border-color: #6764BE; }

 span { border-color: rgb(103,100,190); }

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