Html Css Color HEX #67ACCF Picton Blue

📋 copy color: '#67ACCF'

red 103 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #67ACCF

Tints of Picton Blue #67ACCF

RGB

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

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

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

R = 21.37%
G = 35.68%
B = 42.95%

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

#67ACCF (or 0x67ACCF) is known color: Picton Blue. HEX triplet: 67, AC and CF. RGB value is (103,172,207). Sum of RGB (Red+Green+Blue) = 103+172+207=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #67ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACCF is #985330. Grayscale: #9B9B9B. Windows color (decimal): -9982769 or 13610087. OLE color: 13610087.

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

Color convert

RGB 103 172 207 -
CMYK 0.50 0.17 0 0.19
HSL 200.19º 0.52% 0.61% -
HSV(B) 200.19º 0.5% 0.81% -
XYZ 31.61 36.89 64.49 -
YUV 155.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 103 172 207 0.50 0.17 0 0.19 200.19 0.52 0.61
Hex 67 AC CF 32 11 0 13 C8 34 3D
Octal 147 254 317 62 21 0 23 310 64 75
Binary 1100111 10101100 11001111 110010 10001 0 10011 11001000 110100 111101

Color Harmonies of #67ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACCF

Black with #67ACCF

Text Example


Text Example

White with #67ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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