Html Css Color HEX #6599CB Picton Blue

📋 copy color: '#6599CB'

red 101 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #6599CB

Tints of Picton Blue #6599CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

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

R = 22.1%
G = 33.48%
B = 44.42%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6599CB (or 0x6599CB) is known color: Picton Blue. HEX triplet: 65, 99 and CB. RGB value is (101,153,203). Sum of RGB (Red+Green+Blue) = 101+153+203=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #6599CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599CB is #9A6634. Grayscale: #8E8E8E. Windows color (decimal): -10118709 or 13343077. OLE color: 13343077.

HSL color Cylindrical-coordinate representation of color #6599CB: hue angle of 209.41º 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 #6599CB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 153 203 -
CMYK 0.50 0.25 0 0.20
HSL 209.41º 0.5% 0.6% -
HSV(B) 209.41º 0.5% 0.8% -
XYZ 27.54 29.86 60.81 -
YUV 143.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 101 153 203 0.50 0.25 0 0.20 209.41 0.5 0.6
Hex 65 99 CB 32 19 0 14 D1 32 3C
Octal 145 231 313 62 31 0 24 321 62 74
Binary 1100101 10011001 11001011 110010 11001 0 10100 11010001 110010 111100

Color Harmonies of #6599CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599CB

Black with #6599CB

Text Example


Text Example

White with #6599CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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