Html Css Color HEX #68A1D8 Picton Blue

📋 copy color: '#68A1D8'

red 104 ◦ green 161 ◦ blue 216

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

Shades of Picton Blue #68A1D8

Tints of Picton Blue #68A1D8

RGB

 RED value IS 104 (41.02% from 255) = 21.62%

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

 BLUE value IS 216 (84.77% from 255) = 44.91%

R = 21.62%
G = 33.47%
B = 44.91%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68A1D8 (or 0x68A1D8) is known color: Picton Blue. HEX triplet: 68, A1 and D8. RGB value is (104,161,216). Sum of RGB (Red+Green+Blue) = 104+161+216=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #68A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1D8 is #975E27. Grayscale: #959595. Windows color (decimal): -9920040 or 14197096. OLE color: 14197096.

HSL color Cylindrical-coordinate representation of color #68A1D8: hue angle of 209.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A1D8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 161 216 -
CMYK 0.52 0.25 0 0.15
HSL 209.46º 0.59% 0.63% -
HSV(B) 209.46º 0.52% 0.85% -
XYZ 30.85 33.39 69.78 -
YUV 150.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 104 161 216 0.52 0.25 0 0.15 209.46 0.59 0.63
Hex 68 A1 D8 34 19 0 F D1 3B 3F
Octal 150 241 330 64 31 0 17 321 73 77
Binary 1101000 10100001 11011000 110100 11001 0 1111 11010001 111011 111111

Color Harmonies of #68A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1D8

Black with #68A1D8

Text Example


Text Example

White with #68A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A1D8; }

 p { color: rgb(104,161,216); }

 H1.HeaderClassName
 {
   color: #68A1D8;
 }
 .AnyTagClassName
 {
   color: #68A1D8;
 }
</style>

background-color css

<style>
 a { background-color: #68A1D8; }

 a { background-color: rgb(104,161,216); }

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

border-color css

<style>
 span { border-color: #68A1D8; }

 span { border-color: rgb(104,161,216); }

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