Html Css Color HEX #68A2DA Picton Blue

📋 copy color: '#68A2DA'

red 104 ◦ green 162 ◦ blue 218

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

Shades of Picton Blue #68A2DA

Tints of Picton Blue #68A2DA

RGB

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

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

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

R = 21.49%
G = 33.47%
B = 45.04%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68A2DA (or 0x68A2DA) is known color: Picton Blue. HEX triplet: 68, A2 and DA. RGB value is (104,162,218). Sum of RGB (Red+Green+Blue) = 104+162+218=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #68A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2DA is #975D25. Grayscale: #969696. Windows color (decimal): -9919782 or 14328424. OLE color: 14328424.

HSL color Cylindrical-coordinate representation of color #68A2DA: hue angle of 209.47º degrees, saturation: 0.61, 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 #68A2DA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 162 218 -
CMYK 0.52 0.26 0 0.15
HSL 209.47º 0.61% 0.63% -
HSV(B) 209.47º 0.52% 0.85% -
XYZ 31.28 33.85 71.21 -
YUV 151.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 104 162 218 0.52 0.26 0 0.15 209.47 0.61 0.63
Hex 68 A2 DA 34 1A 0 F D1 3D 3F
Octal 150 242 332 64 32 0 17 321 75 77
Binary 1101000 10100010 11011010 110100 11010 0 1111 11010001 111101 111111

Color Harmonies of #68A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2DA

Black with #68A2DA

Text Example


Text Example

White with #68A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,162,218); }

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

background-color css

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

 a { background-color: rgb(104,162,218); }

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

border-color css

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

 span { border-color: rgb(104,162,218); }

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