Html Css Color HEX #6763CF Slate Blue

📋 copy color: '#6763CF'

red 103 ◦ green 99 ◦ blue 207

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

Shades of Slate Blue #6763CF

Tints of Slate Blue #6763CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.21%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 25.18%
G = 24.21%
B = 50.61%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6763CF (or 0x6763CF) is known color: Slate Blue. HEX triplet: 67, 63 and CF. RGB value is (103,99,207). Sum of RGB (Red+Green+Blue) = 103+99+207=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6763CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763CF is #989C30. Grayscale: #707070. Windows color (decimal): -10001457 or 13591399. OLE color: 13591399.

HSL color Cylindrical-coordinate representation of color #6763CF: hue angle of 242.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6763CF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 99 207 -
CMYK 0.50 0.52 0 0.19
HSL 242.22º 0.53% 0.6% -
HSV(B) 242.22º 0.52% 0.81% -
XYZ 21.32 16.31 61.06 -
YUV 112.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 103 99 207 0.50 0.52 0 0.19 242.22 0.53 0.6
Hex 67 63 CF 32 34 0 13 F2 35 3C
Octal 147 143 317 62 64 0 23 362 65 74
Binary 1100111 1100011 11001111 110010 110100 0 10011 11110010 110101 111100

Color Harmonies of #6763CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6763CF

Black with #6763CF

Text Example


Text Example

White with #6763CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6763CF; }

 p { color: rgb(103,99,207); }

 H1.HeaderClassName
 {
   color: #6763CF;
 }
 .AnyTagClassName
 {
   color: #6763CF;
 }
</style>

background-color css

<style>
 a { background-color: #6763CF; }

 a { background-color: rgb(103,99,207); }

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

border-color css

<style>
 span { border-color: #6763CF; }

 span { border-color: rgb(103,99,207); }

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