Html Css Color HEX #6075FD Cornflower Blue

📋 copy color: '#6075FD'

red 96 ◦ green 117 ◦ blue 253

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

Shades of Cornflower Blue #6075FD

Tints of Cornflower Blue #6075FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 20.6%
G = 25.11%
B = 54.29%

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

#6075FD (or 0x6075FD) is known color: Cornflower Blue. HEX triplet: 60, 75 and FD. RGB value is (96,117,253). Sum of RGB (Red+Green+Blue) = 96+117+253=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #6075FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075FD is #9F8A02. Grayscale: #7D7D7D. Windows color (decimal): -10455555 or 16610656. OLE color: 16610656.

HSL color Cylindrical-coordinate representation of color #6075FD: hue angle of 231.97º degrees, saturation: 0.98, 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 #6075FD is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 117 253 -
CMYK 0.62 0.54 0 0.01
HSL 231.97º 0.98% 0.68% -
HSV(B) 231.97º 0.62% 0.99% -
XYZ 28.91 22.3 95.71 -
YUV 126.23 199.54 106.44 -
System Red Green Blue C M Y K H S L
Decimal 96 117 253 0.62 0.54 0 0.01 231.97 0.98 0.68
Hex 60 75 FD 3E 36 0 1 E8 62 44
Octal 140 165 375 76 66 0 1 350 142 104
Binary 1100000 1110101 11111101 111110 110110 0 1 11101000 1100010 1000100

Color Harmonies of #6075FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075FD

Black with #6075FD

Text Example


Text Example

White with #6075FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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