Html Css Color HEX #6088FF Cornflower Blue

📋 copy color: '#6088FF'

red 96 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #6088FF

Tints of Cornflower Blue #6088FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 19.71%
G = 27.93%
B = 52.36%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6088FF (or 0x6088FF) is known color: Cornflower Blue. HEX triplet: 60, 88 and FF. RGB value is (96,136,255). Sum of RGB (Red+Green+Blue) = 96+136+255=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #6088FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6088FF is #9F7700. Grayscale: #898989. Windows color (decimal): -10450689 or 16746592. OLE color: 16746592.

HSL color Cylindrical-coordinate representation of color #6088FF: hue angle of 224.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6088FF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 136 255 -
CMYK 0.62 0.47 0 0
HSL 224.91º 1% 0.69% -
HSV(B) 224.91º 0.62% 1% -
XYZ 31.68 27.32 98.21 -
YUV 137.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 96 136 255 0.62 0.47 0 0 224.91 1 0.69
Hex 60 88 FF 3E 2F 0 0 E1 64 45
Octal 140 210 377 76 57 0 0 341 144 105
Binary 1100000 10001000 11111111 111110 101111 0 0 11100001 1100100 1000101

Color Harmonies of #6088FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088FF

Black with #6088FF

Text Example


Text Example

White with #6088FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6088FF; }

 p { color: rgb(96,136,255); }

 H1.HeaderClassName
 {
   color: #6088FF;
 }
 .AnyTagClassName
 {
   color: #6088FF;
 }
</style>

background-color css

<style>
 a { background-color: #6088FF; }

 a { background-color: rgb(96,136,255); }

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

border-color css

<style>
 span { border-color: #6088FF; }

 span { border-color: rgb(96,136,255); }

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