Html Css Color HEX #6269CC Slate Blue

📋 copy color: '#6269CC'

red 98 ◦ green 105 ◦ blue 204

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

Shades of Slate Blue #6269CC

Tints of Slate Blue #6269CC

RGB

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

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

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

R = 24.08%
G = 25.8%
B = 50.12%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6269CC (or 0x6269CC) is known color: Slate Blue. HEX triplet: 62, 69 and CC. RGB value is (98,105,204). Sum of RGB (Red+Green+Blue) = 98+105+204=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 105 (41.41% from 255 or 25.80% 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 #6269CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269CC is #9D9633. Grayscale: #717171. Windows color (decimal): -10327604 or 13396322. OLE color: 13396322.

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

Color convert

RGB 98 105 204 -
CMYK 0.52 0.49 0 0.2
HSL 236.04º 0.51% 0.59% -
HSV(B) 236.04º 0.52% 0.8% -
XYZ 20.99 17.06 59.31 -
YUV 114.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 98 105 204 0.52 0.49 0 0.2 236.04 0.51 0.59
Hex 62 69 CC 34 31 0 14 EC 33 3B
Octal 142 151 314 64 61 0 24 354 63 73
Binary 1100010 1101001 11001100 110100 110001 0 10100 11101100 110011 111011

Color Harmonies of #6269CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6269CC

Black with #6269CC

Text Example


Text Example

White with #6269CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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