Html Css Color HEX #6595CB Picton Blue

📋 copy color: '#6595CB'

red 101 ◦ green 149 ◦ blue 203

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

Shades of Picton Blue #6595CB

Tints of Picton Blue #6595CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 22.3%
G = 32.89%
B = 44.81%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6595CB (or 0x6595CB) is known color: Picton Blue. HEX triplet: 65, 95 and CB. RGB value is (101,149,203). Sum of RGB (Red+Green+Blue) = 101+149+203=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6595CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595CB is #9A6A34. Grayscale: #8C8C8C. Windows color (decimal): -10119733 or 13342053. OLE color: 13342053.

HSL color Cylindrical-coordinate representation of color #6595CB: hue angle of 211.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6595CB is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 149 203 -
CMYK 0.50 0.27 0 0.20
HSL 211.76º 0.5% 0.6% -
HSV(B) 211.76º 0.5% 0.8% -
XYZ 26.89 28.57 60.6 -
YUV 140.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 101 149 203 0.50 0.27 0 0.20 211.76 0.5 0.6
Hex 65 95 CB 32 1B 0 14 D4 32 3C
Octal 145 225 313 62 33 0 24 324 62 74
Binary 1100101 10010101 11001011 110010 11011 0 10100 11010100 110010 111100

Color Harmonies of #6595CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595CB

Black with #6595CB

Text Example


Text Example

White with #6595CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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