Html Css Color HEX #659BCF Picton Blue

📋 copy color: '#659BCF'

red 101 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #659BCF

Tints of Picton Blue #659BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 21.81%
G = 33.48%
B = 44.71%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#659BCF (or 0x659BCF) is known color: Picton Blue. HEX triplet: 65, 9B and CF. RGB value is (101,155,207). Sum of RGB (Red+Green+Blue) = 101+155+207=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #659BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BCF is #9A6430. Grayscale: #909090. Windows color (decimal): -10118193 or 13605733. OLE color: 13605733.

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

Color convert

RGB 101 155 207 -
CMYK 0.51 0.25 0 0.19
HSL 209.43º 0.52% 0.6% -
HSV(B) 209.43º 0.51% 0.81% -
XYZ 28.35 30.71 63.47 -
YUV 144.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 101 155 207 0.51 0.25 0 0.19 209.43 0.52 0.6
Hex 65 9B CF 33 19 0 13 D1 34 3C
Octal 145 233 317 63 31 0 23 321 64 74
Binary 1100101 10011011 11001111 110011 11001 0 10011 11010001 110100 111100

Color Harmonies of #659BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659BCF

Black with #659BCF

Text Example


Text Example

White with #659BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659BCF; }

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

 H1.HeaderClassName
 {
   color: #659BCF;
 }
 .AnyTagClassName
 {
   color: #659BCF;
 }
</style>

background-color css

<style>
 a { background-color: #659BCF; }

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

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

border-color css

<style>
 span { border-color: #659BCF; }

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

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