Html Css Color HEX #6699CE Picton Blue

📋 copy color: '#6699CE'

red 102 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #6699CE

Tints of Picton Blue #6699CE

RGB

 RED value IS 102 (40.23% from 255) = 22.13%

 GREEN value IS 153 (60.16% from 255) = 33.19%

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

R = 22.13%
G = 33.19%
B = 44.69%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6699CE (or 0x6699CE) is known color: Picton Blue. HEX triplet: 66, 99 and CE. RGB value is (102,153,206). Sum of RGB (Red+Green+Blue) = 102+153+206=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6699CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699CE is #996631. Grayscale: #8F8F8F. Windows color (decimal): -10053170 or 13539686. OLE color: 13539686.

HSL color Cylindrical-coordinate representation of color #6699CE: hue angle of 210.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6699CE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 153 206 -
CMYK 0.50 0.26 0 0.19
HSL 210.58º 0.51% 0.6% -
HSV(B) 210.58º 0.5% 0.81% -
XYZ 28.01 30.06 62.72 -
YUV 143.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 102 153 206 0.50 0.26 0 0.19 210.58 0.51 0.6
Hex 66 99 CE 32 1A 0 13 D3 33 3C
Octal 146 231 316 62 32 0 23 323 63 74
Binary 1100110 10011001 11001110 110010 11010 0 10011 11010011 110011 111100

Color Harmonies of #6699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6699CE

Black with #6699CE

Text Example


Text Example

White with #6699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6699CE; }

 p { color: rgb(102,153,206); }

 H1.HeaderClassName
 {
   color: #6699CE;
 }
 .AnyTagClassName
 {
   color: #6699CE;
 }
</style>

background-color css

<style>
 a { background-color: #6699CE; }

 a { background-color: rgb(102,153,206); }

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

border-color css

<style>
 span { border-color: #6699CE; }

 span { border-color: rgb(102,153,206); }

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