Html Css Color HEX #65A1CD Picton Blue

📋 copy color: '#65A1CD'

red 101 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #65A1CD

Tints of Picton Blue #65A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 21.63%
G = 34.48%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#65A1CD (or 0x65A1CD) is known color: Picton Blue. HEX triplet: 65, A1 and CD. RGB value is (101,161,205). Sum of RGB (Red+Green+Blue) = 101+161+205=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #65A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A1CD is #9A5E32. Grayscale: #939393. Windows color (decimal): -10116659 or 13476197. OLE color: 13476197.

HSL color Cylindrical-coordinate representation of color #65A1CD: hue angle of 205.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A1CD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 161 205 -
CMYK 0.51 0.21 0 0.20
HSL 205.38º 0.51% 0.6% -
HSV(B) 205.38º 0.51% 0.8% -
XYZ 29.13 32.66 62.53 -
YUV 148.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 101 161 205 0.51 0.21 0 0.20 205.38 0.51 0.6
Hex 65 A1 CD 33 15 0 14 CD 33 3C
Octal 145 241 315 63 25 0 24 315 63 74
Binary 1100101 10100001 11001101 110011 10101 0 10100 11001101 110011 111100

Color Harmonies of #65A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A1CD

Black with #65A1CD

Text Example


Text Example

White with #65A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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