Html Css Color HEX #68A6CA Picton Blue

📋 copy color: '#68A6CA'

red 104 ◦ green 166 ◦ blue 202

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

Shades of Picton Blue #68A6CA

Tints of Picton Blue #68A6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 22.03%
G = 35.17%
B = 42.8%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68A6CA (or 0x68A6CA) is known color: Picton Blue. HEX triplet: 68, A6 and CA. RGB value is (104,166,202). Sum of RGB (Red+Green+Blue) = 104+166+202=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #68A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A6CA is #975935. Grayscale: #979797. Windows color (decimal): -9918774 or 13280872. OLE color: 13280872.

HSL color Cylindrical-coordinate representation of color #68A6CA: hue angle of 202.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A6CA is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 166 202 -
CMYK 0.49 0.18 0 0.21
HSL 202.04º 0.48% 0.6% -
HSV(B) 202.04º 0.49% 0.79% -
XYZ 30.01 34.48 60.95 -
YUV 151.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 104 166 202 0.49 0.18 0 0.21 202.04 0.48 0.6
Hex 68 A6 CA 31 12 0 15 CA 30 3C
Octal 150 246 312 61 22 0 25 312 60 74
Binary 1101000 10100110 11001010 110001 10010 0 10101 11001010 110000 111100

Color Harmonies of #68A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A6CA

Black with #68A6CA

Text Example


Text Example

White with #68A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,166,202); }

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

background-color css

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

 a { background-color: rgb(104,166,202); }

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

border-color css

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

 span { border-color: rgb(104,166,202); }

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