Html Css Color HEX #6599FA Cornflower Blue

📋 copy color: '#6599FA'

red 101 ◦ green 153 ◦ blue 250

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

Shades of Cornflower Blue #6599FA

Tints of Cornflower Blue #6599FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 20.04%
G = 30.36%
B = 49.6%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6599FA (or 0x6599FA) is known color: Cornflower Blue. HEX triplet: 65, 99 and FA. RGB value is (101,153,250). Sum of RGB (Red+Green+Blue) = 101+153+250=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #6599FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6599FA is #9A6605. Grayscale: #949494. Windows color (decimal): -10118662 or 16423269. OLE color: 16423269.

HSL color Cylindrical-coordinate representation of color #6599FA: hue angle of 219.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6599FA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 153 250 -
CMYK 0.60 0.39 0 0.02
HSL 219.06º 0.94% 0.69% -
HSV(B) 219.06º 0.6% 0.98% -
XYZ 34.01 32.45 94.91 -
YUV 148.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 101 153 250 0.60 0.39 0 0.02 219.06 0.94 0.69
Hex 65 99 FA 3C 27 0 2 DB 5E 45
Octal 145 231 372 74 47 0 2 333 136 105
Binary 1100101 10011001 11111010 111100 100111 0 10 11011011 1011110 1000101

Color Harmonies of #6599FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599FA

Black with #6599FA

Text Example


Text Example

White with #6599FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6599FA; }

 p { color: rgb(101,153,250); }

 H1.HeaderClassName
 {
   color: #6599FA;
 }
 .AnyTagClassName
 {
   color: #6599FA;
 }
</style>

background-color css

<style>
 a { background-color: #6599FA; }

 a { background-color: rgb(101,153,250); }

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

border-color css

<style>
 span { border-color: #6599FA; }

 span { border-color: rgb(101,153,250); }

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