Html Css Color HEX #6B9EFB Cornflower Blue

📋 copy color: '#6B9EFB'

red 107 ◦ green 158 ◦ blue 251

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

Shades of Cornflower Blue #6B9EFB

Tints of Cornflower Blue #6B9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 20.74%
G = 30.62%
B = 48.64%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B9EFB (or 0x6B9EFB) is known color: Cornflower Blue. HEX triplet: 6B, 9E and FB. RGB value is (107,158,251). Sum of RGB (Red+Green+Blue) = 107+158+251=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EFB is #946104. Grayscale: #989898. Windows color (decimal): -9724165 or 16490091. OLE color: 16490091.

HSL color Cylindrical-coordinate representation of color #6B9EFB: hue angle of 218.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B9EFB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 158 251 -
CMYK 0.57 0.37 0 0.02
HSL 218.75º 0.95% 0.7% -
HSV(B) 218.75º 0.57% 0.98% -
XYZ 35.7 34.54 96.05 -
YUV 153.35 183.1 94.94 -
System Red Green Blue C M Y K H S L
Decimal 107 158 251 0.57 0.37 0 0.02 218.75 0.95 0.7
Hex 6B 9E FB 39 25 0 2 DB 5F 46
Octal 153 236 373 71 45 0 2 333 137 106
Binary 1101011 10011110 11111011 111001 100101 0 10 11011011 1011111 1000110

Color Harmonies of #6B9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9EFB

Black with #6B9EFB

Text Example


Text Example

White with #6B9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,158,251); }

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

background-color css

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

 a { background-color: rgb(107,158,251); }

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

border-color css

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

 span { border-color: rgb(107,158,251); }

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