Html Css Color HEX #68ACCF Picton Blue

📋 copy color: '#68ACCF'

red 104 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #68ACCF

Tints of Picton Blue #68ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

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

R = 21.53%
G = 35.61%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68ACCF (or 0x68ACCF) is known color: Picton Blue. HEX triplet: 68, AC and CF. RGB value is (104,172,207). Sum of RGB (Red+Green+Blue) = 104+172+207=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #68ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACCF is #975330. Grayscale: #9B9B9B. Windows color (decimal): -9917233 or 13610088. OLE color: 13610088.

HSL color Cylindrical-coordinate representation of color #68ACCF: hue angle of 200.39º 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 #68ACCF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 172 207 -
CMYK 0.50 0.17 0 0.19
HSL 200.39º 0.52% 0.61% -
HSV(B) 200.39º 0.5% 0.81% -
XYZ 31.72 36.95 64.49 -
YUV 155.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 104 172 207 0.50 0.17 0 0.19 200.39 0.52 0.61
Hex 68 AC CF 32 11 0 13 C8 34 3D
Octal 150 254 317 62 21 0 23 310 64 75
Binary 1101000 10101100 11001111 110010 10001 0 10011 11001000 110100 111101

Color Harmonies of #68ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACCF

Black with #68ACCF

Text Example


Text Example

White with #68ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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