Html Css Color HEX #67A5CE Picton Blue

📋 copy color: '#67A5CE'

red 103 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #67A5CE

Tints of Picton Blue #67A5CE

RGB

 RED value IS 103 (40.63% from 255) = 21.73%

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 21.73%
G = 34.81%
B = 43.46%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67A5CE (or 0x67A5CE) is known color: Picton Blue. HEX triplet: 67, A5 and CE. RGB value is (103,165,206). Sum of RGB (Red+Green+Blue) = 103+165+206=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #67A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A5CE is #985A31. Grayscale: #969696. Windows color (decimal): -9984562 or 13542759. OLE color: 13542759.

HSL color Cylindrical-coordinate representation of color #67A5CE: hue angle of 203.88º degrees, saturation: 0.51, 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 #67A5CE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 165 206 -
CMYK 0.50 0.20 0 0.19
HSL 203.88º 0.51% 0.61% -
HSV(B) 203.88º 0.5% 0.81% -
XYZ 30.19 34.25 63.41 -
YUV 151.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 103 165 206 0.50 0.20 0 0.19 203.88 0.51 0.61
Hex 67 A5 CE 32 14 0 13 CC 33 3D
Octal 147 245 316 62 24 0 23 314 63 75
Binary 1100111 10100101 11001110 110010 10100 0 10011 11001100 110011 111101

Color Harmonies of #67A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A5CE

Black with #67A5CE

Text Example


Text Example

White with #67A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A5CE; }

 p { color: rgb(103,165,206); }

 H1.HeaderClassName
 {
   color: #67A5CE;
 }
 .AnyTagClassName
 {
   color: #67A5CE;
 }
</style>

background-color css

<style>
 a { background-color: #67A5CE; }

 a { background-color: rgb(103,165,206); }

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

border-color css

<style>
 span { border-color: #67A5CE; }

 span { border-color: rgb(103,165,206); }

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