Html Css Color HEX #65A2DC Picton Blue

📋 copy color: '#65A2DC'

red 101 ◦ green 162 ◦ blue 220

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

Shades of Picton Blue #65A2DC

Tints of Picton Blue #65A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 20.91%
G = 33.54%
B = 45.55%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65A2DC (or 0x65A2DC) is known color: Picton Blue. HEX triplet: 65, A2 and DC. RGB value is (101,162,220). Sum of RGB (Red+Green+Blue) = 101+162+220=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #65A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A2DC is #9A5D23. Grayscale: #969696. Windows color (decimal): -10116388 or 14459493. OLE color: 14459493.

HSL color Cylindrical-coordinate representation of color #65A2DC: hue angle of 209.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65A2DC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 162 220 -
CMYK 0.54 0.26 0 0.14
HSL 209.24º 0.63% 0.63% -
HSV(B) 209.24º 0.54% 0.86% -
XYZ 31.21 33.77 72.58 -
YUV 150.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 101 162 220 0.54 0.26 0 0.14 209.24 0.63 0.63
Hex 65 A2 DC 36 1A 0 E D1 3F 3F
Octal 145 242 334 66 32 0 16 321 77 77
Binary 1100101 10100010 11011100 110110 11010 0 1110 11010001 111111 111111

Color Harmonies of #65A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A2DC

Black with #65A2DC

Text Example


Text Example

White with #65A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A2DC; }

 p { color: rgb(101,162,220); }

 H1.HeaderClassName
 {
   color: #65A2DC;
 }
 .AnyTagClassName
 {
   color: #65A2DC;
 }
</style>

background-color css

<style>
 a { background-color: #65A2DC; }

 a { background-color: rgb(101,162,220); }

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

border-color css

<style>
 span { border-color: #65A2DC; }

 span { border-color: rgb(101,162,220); }

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