Html Css Color HEX #68A2CF Picton Blue

📋 copy color: '#68A2CF'

red 104 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #68A2CF

Tints of Picton Blue #68A2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 21.99%
G = 34.25%
B = 43.76%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68A2CF (or 0x68A2CF) is known color: Picton Blue. HEX triplet: 68, A2 and CF. RGB value is (104,162,207). Sum of RGB (Red+Green+Blue) = 104+162+207=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #68A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2CF is #975D30. Grayscale: #959595. Windows color (decimal): -9919793 or 13607528. OLE color: 13607528.

HSL color Cylindrical-coordinate representation of color #68A2CF: hue angle of 206.21º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A2CF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 162 207 -
CMYK 0.50 0.22 0 0.19
HSL 206.21º 0.52% 0.61% -
HSV(B) 206.21º 0.5% 0.81% -
XYZ 29.89 33.29 63.88 -
YUV 149.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 104 162 207 0.50 0.22 0 0.19 206.21 0.52 0.61
Hex 68 A2 CF 32 16 0 13 CE 34 3D
Octal 150 242 317 62 26 0 23 316 64 75
Binary 1101000 10100010 11001111 110010 10110 0 10011 11001110 110100 111101

Color Harmonies of #68A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2CF

Black with #68A2CF

Text Example


Text Example

White with #68A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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