Html Css Color HEX #6075FB Cornflower Blue

📋 copy color: '#6075FB'

red 96 ◦ green 117 ◦ blue 251

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

Shades of Cornflower Blue #6075FB

Tints of Cornflower Blue #6075FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 20.69%
G = 25.22%
B = 54.09%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6075FB (or 0x6075FB) is known color: Cornflower Blue. HEX triplet: 60, 75 and FB. RGB value is (96,117,251). Sum of RGB (Red+Green+Blue) = 96+117+251=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #6075FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075FB is #9F8A04. Grayscale: #7D7D7D. Windows color (decimal): -10455557 or 16479584. OLE color: 16479584.

HSL color Cylindrical-coordinate representation of color #6075FB: hue angle of 231.87º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6075FB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 117 251 -
CMYK 0.62 0.53 0 0.02
HSL 231.87º 0.95% 0.68% -
HSV(B) 231.87º 0.62% 0.98% -
XYZ 28.6 22.17 94.04 -
YUV 126 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 96 117 251 0.62 0.53 0 0.02 231.87 0.95 0.68
Hex 60 75 FB 3E 35 0 2 E8 5F 44
Octal 140 165 373 76 65 0 2 350 137 104
Binary 1100000 1110101 11111011 111110 110101 0 10 11101000 1011111 1000100

Color Harmonies of #6075FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075FB

Black with #6075FB

Text Example


Text Example

White with #6075FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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