Html Css Color HEX #6594CE Picton Blue

📋 copy color: '#6594CE'

red 101 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #6594CE

Tints of Picton Blue #6594CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 22.2%
G = 32.53%
B = 45.27%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6594CE (or 0x6594CE) is known color: Picton Blue. HEX triplet: 65, 94 and CE. RGB value is (101,148,206). Sum of RGB (Red+Green+Blue) = 101+148+206=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6594CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594CE is #9A6B31. Grayscale: #8C8C8C. Windows color (decimal): -10119986 or 13538405. OLE color: 13538405.

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

Color convert

RGB 101 148 206 -
CMYK 0.51 0.28 0 0.19
HSL 213.14º 0.52% 0.6% -
HSV(B) 213.14º 0.51% 0.81% -
XYZ 27.1 28.4 62.45 -
YUV 140.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 101 148 206 0.51 0.28 0 0.19 213.14 0.52 0.6
Hex 65 94 CE 33 1C 0 13 D5 34 3C
Octal 145 224 316 63 34 0 23 325 64 74
Binary 1100101 10010100 11001110 110011 11100 0 10011 11010101 110100 111100

Color Harmonies of #6594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6594CE

Black with #6594CE

Text Example


Text Example

White with #6594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,148,206); }

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

background-color css

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

 a { background-color: rgb(101,148,206); }

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

border-color css

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

 span { border-color: rgb(101,148,206); }

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