Html Css Color HEX #6595CF Picton Blue

📋 copy color: '#6595CF'

red 101 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #6595CF

Tints of Picton Blue #6595CF

RGB

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

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

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

R = 22.1%
G = 32.6%
B = 45.3%

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

#6595CF (or 0x6595CF) is known color: Picton Blue. HEX triplet: 65, 95 and CF. RGB value is (101,149,207). Sum of RGB (Red+Green+Blue) = 101+149+207=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6595CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595CF is #9A6A30. Grayscale: #8C8C8C. Windows color (decimal): -10119729 or 13604197. OLE color: 13604197.

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

Color convert

RGB 101 149 207 -
CMYK 0.51 0.28 0 0.19
HSL 212.83º 0.52% 0.6% -
HSV(B) 212.83º 0.51% 0.81% -
XYZ 27.38 28.77 63.14 -
YUV 141.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 101 149 207 0.51 0.28 0 0.19 212.83 0.52 0.6
Hex 65 95 CF 33 1C 0 13 D5 34 3C
Octal 145 225 317 63 34 0 23 325 64 74
Binary 1100101 10010101 11001111 110011 11100 0 10011 11010101 110100 111100

Color Harmonies of #6595CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595CF

Black with #6595CF

Text Example


Text Example

White with #6595CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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