Html Css Color HEX #6269CE Slate Blue

📋 copy color: '#6269CE'

red 98 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #6269CE

Tints of Slate Blue #6269CE

RGB

 RED value IS 98 (38.67% from 255) = 23.96%

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 23.96%
G = 25.67%
B = 50.37%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6269CE (or 0x6269CE) is known color: Slate Blue. HEX triplet: 62, 69 and CE. RGB value is (98,105,206). Sum of RGB (Red+Green+Blue) = 98+105+206=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6269CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269CE is #9D9631. Grayscale: #727272. Windows color (decimal): -10327602 or 13527394. OLE color: 13527394.

HSL color Cylindrical-coordinate representation of color #6269CE: hue angle of 236.11º degrees, saturation: 0.52, 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 #6269CE is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 105 206 -
CMYK 0.52 0.49 0 0.19
HSL 236.11º 0.52% 0.6% -
HSV(B) 236.11º 0.52% 0.81% -
XYZ 21.23 17.16 60.59 -
YUV 114.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 98 105 206 0.52 0.49 0 0.19 236.11 0.52 0.6
Hex 62 69 CE 34 31 0 13 EC 34 3C
Octal 142 151 316 64 61 0 23 354 64 74
Binary 1100010 1101001 11001110 110100 110001 0 10011 11101100 110100 111100

Color Harmonies of #6269CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6269CE

Black with #6269CE

Text Example


Text Example

White with #6269CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6269CE; }

 p { color: rgb(98,105,206); }

 H1.HeaderClassName
 {
   color: #6269CE;
 }
 .AnyTagClassName
 {
   color: #6269CE;
 }
</style>

background-color css

<style>
 a { background-color: #6269CE; }

 a { background-color: rgb(98,105,206); }

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

border-color css

<style>
 span { border-color: #6269CE; }

 span { border-color: rgb(98,105,206); }

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