Html Css Color HEX #6764CC Slate Blue

📋 copy color: '#6764CC'

red 103 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #6764CC

Tints of Slate Blue #6764CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 25.31%
G = 24.57%
B = 50.12%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6764CC (or 0x6764CC) is known color: Slate Blue. HEX triplet: 67, 64 and CC. RGB value is (103,100,204). Sum of RGB (Red+Green+Blue) = 103+100+204=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6764CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764CC is #989B33. Grayscale: #707070. Windows color (decimal): -10001204 or 13395047. OLE color: 13395047.

HSL color Cylindrical-coordinate representation of color #6764CC: hue angle of 241.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6764CC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 100 204 -
CMYK 0.50 0.51 0 0.2
HSL 241.73º 0.5% 0.6% -
HSV(B) 241.73º 0.51% 0.8% -
XYZ 21.05 16.36 59.17 -
YUV 112.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 103 100 204 0.50 0.51 0 0.2 241.73 0.5 0.6
Hex 67 64 CC 32 33 0 14 F2 32 3C
Octal 147 144 314 62 63 0 24 362 62 74
Binary 1100111 1100100 11001100 110010 110011 0 10100 11110010 110010 111100

Color Harmonies of #6764CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764CC

Black with #6764CC

Text Example


Text Example

White with #6764CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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