Html Css Color HEX #6698CB Picton Blue

📋 copy color: '#6698CB'

red 102 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #6698CB

Tints of Picton Blue #6698CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 22.32%
G = 33.26%
B = 44.42%

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

#6698CB (or 0x6698CB) is known color: Picton Blue. HEX triplet: 66, 98 and CB. RGB value is (102,152,203). Sum of RGB (Red+Green+Blue) = 102+152+203=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #6698CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CB is #996734. Grayscale: #8E8E8E. Windows color (decimal): -10053429 or 13342822. OLE color: 13342822.

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

Color convert

RGB 102 152 203 -
CMYK 0.50 0.25 0 0.20
HSL 210.3º 0.49% 0.6% -
HSV(B) 210.3º 0.5% 0.8% -
XYZ 27.49 29.59 60.76 -
YUV 142.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 102 152 203 0.50 0.25 0 0.20 210.3 0.49 0.6
Hex 66 98 CB 32 19 0 14 D2 31 3C
Octal 146 230 313 62 31 0 24 322 61 74
Binary 1100110 10011000 11001011 110010 11001 0 10100 11010010 110001 111100

Color Harmonies of #6698CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6698CB

Black with #6698CB

Text Example


Text Example

White with #6698CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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