Html Css Color HEX #6768CA Slate Blue

📋 copy color: '#6768CA'

red 103 ◦ green 104 ◦ blue 202

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

Shades of Slate Blue #6768CA

Tints of Slate Blue #6768CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 25.18%
G = 25.43%
B = 49.39%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6768CA (or 0x6768CA) is known color: Slate Blue. HEX triplet: 67, 68 and CA. RGB value is (103,104,202). Sum of RGB (Red+Green+Blue) = 103+104+202=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6768CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768CA is #989735. Grayscale: #727272. Windows color (decimal): -10000182 or 13264999. OLE color: 13264999.

HSL color Cylindrical-coordinate representation of color #6768CA: hue angle of 239.39º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6768CA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 104 202 -
CMYK 0.49 0.49 0 0.21
HSL 239.39º 0.48% 0.6% -
HSV(B) 239.39º 0.49% 0.79% -
XYZ 21.2 17.05 58.05 -
YUV 114.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 103 104 202 0.49 0.49 0 0.21 239.39 0.48 0.6
Hex 67 68 CA 31 31 0 15 EF 30 3C
Octal 147 150 312 61 61 0 25 357 60 74
Binary 1100111 1101000 11001010 110001 110001 0 10101 11101111 110000 111100

Color Harmonies of #6768CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6768CA

Black with #6768CA

Text Example


Text Example

White with #6768CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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