Html Css Color HEX #6598CF Picton Blue

📋 copy color: '#6598CF'

red 101 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6598CF

Tints of Picton Blue #6598CF

RGB

 RED value IS 101 (39.84% from 255) = 21.96%

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

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

R = 21.96%
G = 33.04%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6598CF (or 0x6598CF) is known color: Picton Blue. HEX triplet: 65, 98 and CF. RGB value is (101,152,207). Sum of RGB (Red+Green+Blue) = 101+152+207=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #6598CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598CF is #9A6730. Grayscale: #8E8E8E. Windows color (decimal): -10118961 or 13604965. OLE color: 13604965.

HSL color Cylindrical-coordinate representation of color #6598CF: hue angle of 211.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6598CF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 152 207 -
CMYK 0.51 0.27 0 0.19
HSL 211.13º 0.52% 0.6% -
HSV(B) 211.13º 0.51% 0.81% -
XYZ 27.86 29.73 63.3 -
YUV 143.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 101 152 207 0.51 0.27 0 0.19 211.13 0.52 0.6
Hex 65 98 CF 33 1B 0 13 D3 34 3C
Octal 145 230 317 63 33 0 23 323 64 74
Binary 1100101 10011000 11001111 110011 11011 0 10011 11010011 110100 111100

Color Harmonies of #6598CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6598CF

Black with #6598CF

Text Example


Text Example

White with #6598CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6598CF; }

 p { color: rgb(101,152,207); }

 H1.HeaderClassName
 {
   color: #6598CF;
 }
 .AnyTagClassName
 {
   color: #6598CF;
 }
</style>

background-color css

<style>
 a { background-color: #6598CF; }

 a { background-color: rgb(101,152,207); }

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

border-color css

<style>
 span { border-color: #6598CF; }

 span { border-color: rgb(101,152,207); }

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