Html Css Color HEX #6698CC Picton Blue

📋 copy color: '#6698CC'

red 102 ◦ green 152 ◦ blue 204

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

Shades of Picton Blue #6698CC

Tints of Picton Blue #6698CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.19%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 22.27%
G = 33.19%
B = 44.54%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6698CC (or 0x6698CC) is known color: Picton Blue. HEX triplet: 66, 98 and CC. RGB value is (102,152,204). Sum of RGB (Red+Green+Blue) = 102+152+204=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6698CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CC is #996733. Grayscale: #8E8E8E. Windows color (decimal): -10053428 or 13408358. OLE color: 13408358.

HSL color Cylindrical-coordinate representation of color #6698CC: hue angle of 210.59º degrees, saturation: 0.5, 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 #6698CC is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 152 204 -
CMYK 0.5 0.25 0 0.2
HSL 210.59º 0.5% 0.6% -
HSV(B) 210.59º 0.5% 0.8% -
XYZ 27.61 29.64 61.39 -
YUV 142.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 102 152 204 0.5 0.25 0 0.2 210.59 0.5 0.6
Hex 66 98 CC 32 19 0 14 D3 32 3C
Octal 146 230 314 62 31 0 24 323 62 74
Binary 1100110 10011000 11001100 110010 11001 0 10100 11010011 110010 111100

Color Harmonies of #6698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6698CC

Black with #6698CC

Text Example


Text Example

White with #6698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6698CC; }

 p { color: rgb(102,152,204); }

 H1.HeaderClassName
 {
   color: #6698CC;
 }
 .AnyTagClassName
 {
   color: #6698CC;
 }
</style>

background-color css

<style>
 a { background-color: #6698CC; }

 a { background-color: rgb(102,152,204); }

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

border-color css

<style>
 span { border-color: #6698CC; }

 span { border-color: rgb(102,152,204); }

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