Html Css Color HEX #6699CD Picton Blue

📋 copy color: '#6699CD'

red 102 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #6699CD

Tints of Picton Blue #6699CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 22.17%
G = 33.26%
B = 44.57%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6699CD (or 0x6699CD) is known color: Picton Blue. HEX triplet: 66, 99 and CD. RGB value is (102,153,205). Sum of RGB (Red+Green+Blue) = 102+153+205=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #6699CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699CD is #996632. Grayscale: #8F8F8F. Windows color (decimal): -10053171 or 13474150. OLE color: 13474150.

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

Color convert

RGB 102 153 205 -
CMYK 0.50 0.25 0 0.20
HSL 210.29º 0.51% 0.6% -
HSV(B) 210.29º 0.5% 0.8% -
XYZ 27.89 30.02 62.08 -
YUV 143.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 102 153 205 0.50 0.25 0 0.20 210.29 0.51 0.6
Hex 66 99 CD 32 19 0 14 D2 33 3C
Octal 146 231 315 62 31 0 24 322 63 74
Binary 1100110 10011001 11001101 110010 11001 0 10100 11010010 110011 111100

Color Harmonies of #6699CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6699CD

Black with #6699CD

Text Example


Text Example

White with #6699CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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