Html Css Color HEX #6B88F2 Cornflower Blue

📋 copy color: '#6B88F2'

red 107 ◦ green 136 ◦ blue 242

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

Shades of Cornflower Blue #6B88F2

Tints of Cornflower Blue #6B88F2

RGB

 RED value IS 107 (42.19% from 255) = 22.06%

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 22.06%
G = 28.04%
B = 49.9%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6B88F2 (or 0x6B88F2) is known color: Cornflower Blue. HEX triplet: 6B, 88 and F2. RGB value is (107,136,242). Sum of RGB (Red+Green+Blue) = 107+136+242=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #6B88F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B88F2 is #94770D. Grayscale: #8A8A8A. Windows color (decimal): -9729806 or 15894635. OLE color: 15894635.

HSL color Cylindrical-coordinate representation of color #6B88F2: hue angle of 227.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B88F2 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 136 242 -
CMYK 0.56 0.44 0 0.05
HSL 227.11º 0.84% 0.68% -
HSV(B) 227.11º 0.56% 0.95% -
XYZ 30.89 27.14 87.62 -
YUV 139.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 107 136 242 0.56 0.44 0 0.05 227.11 0.84 0.68
Hex 6B 88 F2 38 2C 0 5 E3 54 44
Octal 153 210 362 70 54 0 5 343 124 104
Binary 1101011 10001000 11110010 111000 101100 0 101 11100011 1010100 1000100

Color Harmonies of #6B88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B88F2

Black with #6B88F2

Text Example


Text Example

White with #6B88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B88F2; }

 p { color: rgb(107,136,242); }

 H1.HeaderClassName
 {
   color: #6B88F2;
 }
 .AnyTagClassName
 {
   color: #6B88F2;
 }
</style>

background-color css

<style>
 a { background-color: #6B88F2; }

 a { background-color: rgb(107,136,242); }

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

border-color css

<style>
 span { border-color: #6B88F2; }

 span { border-color: rgb(107,136,242); }

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