Html Css Color HEX #6469CF Slate Blue

📋 copy color: '#6469CF'

red 100 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #6469CF

Tints of Slate Blue #6469CF

RGB

 RED value IS 100 (39.45% from 255) = 24.27%

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

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

R = 24.27%
G = 25.49%
B = 50.24%

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

#6469CF (or 0x6469CF) is known color: Slate Blue. HEX triplet: 64, 69 and CF. RGB value is (100,105,207). Sum of RGB (Red+Green+Blue) = 100+105+207=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #6469CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469CF is #9B9630. Grayscale: #727272. Windows color (decimal): -10196529 or 13592932. OLE color: 13592932.

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

Color convert

RGB 100 105 207 -
CMYK 0.52 0.49 0 0.19
HSL 237.2º 0.53% 0.6% -
HSV(B) 237.2º 0.52% 0.81% -
XYZ 21.57 17.32 61.24 -
YUV 115.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 100 105 207 0.52 0.49 0 0.19 237.2 0.53 0.6
Hex 64 69 CF 34 31 0 13 ED 35 3C
Octal 144 151 317 64 61 0 23 355 65 74
Binary 1100100 1101001 11001111 110100 110001 0 10011 11101101 110101 111100

Color Harmonies of #6469CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469CF

Black with #6469CF

Text Example


Text Example

White with #6469CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,105,207); }

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

background-color css

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

 a { background-color: rgb(100,105,207); }

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

border-color css

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

 span { border-color: rgb(100,105,207); }

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