Html Css Color HEX #65A1DA Picton Blue

📋 copy color: '#65A1DA'

red 101 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #65A1DA

Tints of Picton Blue #65A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 21.04%
G = 33.54%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65A1DA (or 0x65A1DA) is known color: Picton Blue. HEX triplet: 65, A1 and DA. RGB value is (101,161,218). Sum of RGB (Red+Green+Blue) = 101+161+218=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #65A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A1DA is #9A5E25. Grayscale: #959595. Windows color (decimal): -10116646 or 14328165. OLE color: 14328165.

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

Color convert

RGB 101 161 218 -
CMYK 0.54 0.26 0 0.15
HSL 209.23º 0.61% 0.63% -
HSV(B) 209.23º 0.54% 0.85% -
XYZ 30.77 33.32 71.14 -
YUV 149.56 166.62 93.37 -
System Red Green Blue C M Y K H S L
Decimal 101 161 218 0.54 0.26 0 0.15 209.23 0.61 0.63
Hex 65 A1 DA 36 1A 0 F D1 3D 3F
Octal 145 241 332 66 32 0 17 321 75 77
Binary 1100101 10100001 11011010 110110 11010 0 1111 11010001 111101 111111

Color Harmonies of #65A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A1DA

Black with #65A1DA

Text Example


Text Example

White with #65A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,161,218); }

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

background-color css

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

 a { background-color: rgb(101,161,218); }

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

border-color css

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

 span { border-color: rgb(101,161,218); }

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