Html Css Color HEX #6B9BEF Cornflower Blue

📋 copy color: '#6B9BEF'

red 107 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #6B9BEF

Tints of Cornflower Blue #6B9BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 21.36%
G = 30.94%
B = 47.7%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B9BEF (or 0x6B9BEF) is known color: Cornflower Blue. HEX triplet: 6B, 9B and EF. RGB value is (107,155,239). Sum of RGB (Red+Green+Blue) = 107+155+239=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B9BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9BEF is #946410. Grayscale: #959595. Windows color (decimal): -9724945 or 15702891. OLE color: 15702891.

HSL color Cylindrical-coordinate representation of color #6B9BEF: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9BEF is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 155 239 -
CMYK 0.55 0.35 0 0.06
HSL 218.18º 0.8% 0.68% -
HSV(B) 218.18º 0.55% 0.94% -
XYZ 33.36 32.8 86.23 -
YUV 150.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 107 155 239 0.55 0.35 0 0.06 218.18 0.8 0.68
Hex 6B 9B EF 37 23 0 6 DA 50 44
Octal 153 233 357 67 43 0 6 332 120 104
Binary 1101011 10011011 11101111 110111 100011 0 110 11011010 1010000 1000100

Color Harmonies of #6B9BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9BEF

Black with #6B9BEF

Text Example


Text Example

White with #6B9BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,239); }

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

background-color css

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

 a { background-color: rgb(107,155,239); }

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

border-color css

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

 span { border-color: rgb(107,155,239); }

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