Html Css Color HEX #6075FC Cornflower Blue

📋 copy color: '#6075FC'

red 96 ◦ green 117 ◦ blue 252

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

Shades of Cornflower Blue #6075FC

Tints of Cornflower Blue #6075FC

RGB

 RED value IS 96 (37.89% from 255) = 20.65%

 GREEN value IS 117 (46.09% from 255) = 25.16%

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 20.65%
G = 25.16%
B = 54.19%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6075FC (or 0x6075FC) is known color: Cornflower Blue. HEX triplet: 60, 75 and FC. RGB value is (96,117,252). Sum of RGB (Red+Green+Blue) = 96+117+252=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #6075FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075FC is #9F8A03. Grayscale: #7D7D7D. Windows color (decimal): -10455556 or 16545120. OLE color: 16545120.

HSL color Cylindrical-coordinate representation of color #6075FC: hue angle of 231.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6075FC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 117 252 -
CMYK 0.62 0.54 0 0.01
HSL 231.92º 0.96% 0.68% -
HSV(B) 231.92º 0.62% 0.99% -
XYZ 28.76 22.24 94.87 -
YUV 126.11 199.04 106.52 -
System Red Green Blue C M Y K H S L
Decimal 96 117 252 0.62 0.54 0 0.01 231.92 0.96 0.68
Hex 60 75 FC 3E 36 0 1 E8 60 44
Octal 140 165 374 76 66 0 1 350 140 104
Binary 1100000 1110101 11111100 111110 110110 0 1 11101000 1100000 1000100

Color Harmonies of #6075FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075FC

Black with #6075FC

Text Example


Text Example

White with #6075FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075FC; }

 p { color: rgb(96,117,252); }

 H1.HeaderClassName
 {
   color: #6075FC;
 }
 .AnyTagClassName
 {
   color: #6075FC;
 }
</style>

background-color css

<style>
 a { background-color: #6075FC; }

 a { background-color: rgb(96,117,252); }

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

border-color css

<style>
 span { border-color: #6075FC; }

 span { border-color: rgb(96,117,252); }

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