Html Css Color HEX #6595CE Picton Blue

📋 copy color: '#6595CE'

red 101 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #6595CE

Tints of Picton Blue #6595CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

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

R = 22.15%
G = 32.68%
B = 45.18%

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

#6595CE (or 0x6595CE) is known color: Picton Blue. HEX triplet: 65, 95 and CE. RGB value is (101,149,206). Sum of RGB (Red+Green+Blue) = 101+149+206=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #6595CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595CE is #9A6A31. Grayscale: #8C8C8C. Windows color (decimal): -10119730 or 13538661. OLE color: 13538661.

HSL color Cylindrical-coordinate representation of color #6595CE: hue angle of 212.57º 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 #6595CE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 149 206 -
CMYK 0.51 0.28 0 0.19
HSL 212.57º 0.52% 0.6% -
HSV(B) 212.57º 0.51% 0.81% -
XYZ 27.25 28.72 62.5 -
YUV 141.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 101 149 206 0.51 0.28 0 0.19 212.57 0.52 0.6
Hex 65 95 CE 33 1C 0 13 D5 34 3C
Octal 145 225 316 63 34 0 23 325 64 74
Binary 1100101 10010101 11001110 110011 11100 0 10011 11010101 110100 111100

Color Harmonies of #6595CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595CE

Black with #6595CE

Text Example


Text Example

White with #6595CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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