Html Css Color HEX #6569E0 Slate Blue

📋 copy color: '#6569E0'

red 101 ◦ green 105 ◦ blue 224

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

Shades of Slate Blue #6569E0

Tints of Slate Blue #6569E0

RGB

 RED value IS 101 (39.84% from 255) = 23.49%

 GREEN value IS 105 (41.41% from 255) = 24.42%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 23.49%
G = 24.42%
B = 52.09%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6569E0 (or 0x6569E0) is known color: Slate Blue. HEX triplet: 65, 69 and E0. RGB value is (101,105,224). Sum of RGB (Red+Green+Blue) = 101+105+224=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #6569E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569E0 is #9A961F. Grayscale: #747474. Windows color (decimal): -10130976 or 14707045. OLE color: 14707045.

HSL color Cylindrical-coordinate representation of color #6569E0: hue angle of 238.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6569E0 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 105 224 -
CMYK 0.55 0.53 0 0.12
HSL 238.05º 0.66% 0.64% -
HSV(B) 238.05º 0.55% 0.88% -
XYZ 23.87 18.25 72.79 -
YUV 117.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 101 105 224 0.55 0.53 0 0.12 238.05 0.66 0.64
Hex 65 69 E0 37 35 0 C EE 42 40
Octal 145 151 340 67 65 0 14 356 102 100
Binary 1100101 1101001 11100000 110111 110101 0 1100 11101110 1000010 1000000

Color Harmonies of #6569E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6569E0

Black with #6569E0

Text Example


Text Example

White with #6569E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6569E0; }

 p { color: rgb(101,105,224); }

 H1.HeaderClassName
 {
   color: #6569E0;
 }
 .AnyTagClassName
 {
   color: #6569E0;
 }
</style>

background-color css

<style>
 a { background-color: #6569E0; }

 a { background-color: rgb(101,105,224); }

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

border-color css

<style>
 span { border-color: #6569E0; }

 span { border-color: rgb(101,105,224); }

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