Html Css Color HEX #68A5CA Picton Blue

📋 copy color: '#68A5CA'

red 104 ◦ green 165 ◦ blue 202

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

Shades of Picton Blue #68A5CA

Tints of Picton Blue #68A5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

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

R = 22.08%
G = 35.03%
B = 42.89%

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

#68A5CA (or 0x68A5CA) is known color: Picton Blue. HEX triplet: 68, A5 and CA. RGB value is (104,165,202). Sum of RGB (Red+Green+Blue) = 104+165+202=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #68A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5CA is #975A35. Grayscale: #969696. Windows color (decimal): -9919030 or 13280616. OLE color: 13280616.

HSL color Cylindrical-coordinate representation of color #68A5CA: hue angle of 202.65º 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 #68A5CA is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 165 202 -
CMYK 0.49 0.18 0 0.21
HSL 202.65º 0.48% 0.6% -
HSV(B) 202.65º 0.49% 0.79% -
XYZ 29.82 34.12 60.89 -
YUV 150.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 104 165 202 0.49 0.18 0 0.21 202.65 0.48 0.6
Hex 68 A5 CA 31 12 0 15 CB 30 3C
Octal 150 245 312 61 22 0 25 313 60 74
Binary 1101000 10100101 11001010 110001 10010 0 10101 11001011 110000 111100

Color Harmonies of #68A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5CA

Black with #68A5CA

Text Example


Text Example

White with #68A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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